https://github.com/shramkoweb/frontend-project-lvl1
A bundle of console mini games 📟
https://github.com/shramkoweb/frontend-project-lvl1
asciicast babel brain ci codeclimate eslint github-action npm
Last synced: 2 months ago
JSON representation
A bundle of console mini games 📟
- Host: GitHub
- URL: https://github.com/shramkoweb/frontend-project-lvl1
- Owner: Shramkoweb
- Created: 2020-02-04T19:51:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-24T14:04:29.000Z (about 3 years ago)
- Last Synced: 2025-03-28T06:41:59.250Z (about 1 year ago)
- Topics: asciicast, babel, brain, ci, codeclimate, eslint, github-action, npm
- Language: JavaScript
- Homepage:
- Size: 61.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
## A console application containing a set of mini-games with a single engine.

[](https://codeclimate.com/github/Shramkoweb/frontend-project-lvl1/maintainability)
## Requirements
- Node 13+ version
## How to start
1. `npm install`
2. Write to console `node src/bin/pathToGame`
3. Enjoy the game
## Skills and technologies
- Environment Setup (cl: gitHub Actions, npm, babel, eslint)
- Base project structure & architecture
### Rules of the game
- 3 rounds.
- Wrong answer - Game Over.
- Correct answer - step to next question.
---
### Brain-Even
Need to answer an even number.
[](https://asciinema.org/a/7IAtBF4S3AN0vvLIHgsnQDTAU)
---
### Brain-Calc
Need to write the result of an expression.
[](https://asciinema.org/a/pz5FPVpqo7Ba0w64bg4Bdfbti)
---
### Brain-GCD
Need to find the greatest divisor.
[](https://asciinema.org/a/OwdQEh2YC8bjtCuyHWhP7xxpd)
---
### Brain-Progression
Need to find the missing number in arithmetic progression.
[](https://asciinema.org/a/imEftX83vvdmBX8GLUnIfVebQ)
---
### Brain-Prime
Need to guess whether the number is "prime" or not.
[](https://asciinema.org/a/EEl0kVC0pGgB51KLfOvROyKiw)
Created by [Serhii Shramko](https://shramko.dev/). This is my personal website and blog.