brain-games-v441
v1.0.8
Published
The first project of the Front-end JS Programmer profession at Hexlet.
Downloads
4
Readme
What is brain-games-v441?
It's package of mathematics-based mini-games.
The package includes 5 mini-games:
- Even - in this game you try to guess if the number is even;
- Calc - in this game you try to calculate the result of mathematical expression;
- Gcd - in this game you try to find the greatest common divisor of 2 numbers;
- Progression - in this game you try to guess the missing number in an arithmetical progression;
- Prime - in this game you try to guess if the number is prime.
how to install brain-games-v441
$sudo npm install -g brain-games-v441
how to start and play "even" game
$brain-even
how to start and play "calc" game
$brain-calc
how to start and play "gcd" game
$brain-gcd
how to start and play "progression" game
$brain-progression
how to start and play "prime" game
$brain-prime