Welcome!
Use make install
to install the game from source, make start
to see the main menu.
The list of games:
- brain-even
- brain-calc
- brain-gcd
- brain-balanc
- brain-progression
- brain-prime
You can also install the game via npm. Just enter $ npm install [-g] brain-games-primary
.
Now you can call the menu via npm start brain-games
or simple brain-games
.
To immediately start the specific game without a menu, use its name exactly as it is written above the line.