impedance-brainy-games
v1.0.12
Published
games for brain
Downloads
5
Maintainers
Readme
project-lvl1-s474
This is my first real project on JavaScript named 'brain-games'. Here are 5 mathematical games:
guess if number is even, calc numbers, find greatest common divisor, find number missed in arithmethical progression and guess if number is prime.
To play with them you need firstly install npm package globally impedance-brainy-games
with next command
npm install -g impedance-brainy-games
then just run game as follows:
brain-even
brain-calc
brain-gcd
brain-progression
brain-prime