project1-br_games
v2.0.0
Published
educational projecton on JS, contains mini-games
Downloads
8
Maintainers
Readme
Brain-games
Description
This is CLI mini math games. Set consist of 6 games:
- is Even?
- Calculator
- 'GCD'
- Balance
- Progression
- is Prime?
Installation
npm install -g project1-br_games
Play
In terminal you have to type brain-games or name of one of given game. For example: brain-even
Game's rules
Every game has 3 rounds. If you give right answer on any offered question it lets you go to the next round otherwise game over, which reports message with correct answer.
Game 1 - is Even?
$ brain-even
Sample
Game 2 - Calculator
$ brain-calc
Sample
Game 3 - Greatest Common Divisor?
$ brain-gcd
Sample
Game 4 - Balance
$ brain-balance
Sample
Game 5 - Progression
$ brain-progression
Sample
Game 6 - is Prime
$ brain-prime