brain_games_by_makkov
v2.0.11
Published
Training project brain games. Getting to know the JavaScript ecosystem.
Downloads
48
Readme
the project contains games:
- balance (find a balanced number)
- calc (number calculator)
- even (parity check)
- gcd (find the greatest common divisor)
- prime (the definition of a prime number)
- progression (determine the element of the arithmetic progression)
to install the game:
npm instal brain_games_by_makkov -g
to start the game:
- brain-balance
- brain-calc
- brain-even
- brain-gcd
- brain-prime
- brain-progression