mrixs-brain-games
v0.0.9-c
Published
Brain Games. Console mini-games
Downloads
4
Readme
Brain Games
Console mini games
For user
How to install
- install Node.js https://nodejs.org/
- run
npm install mrixs-brain-games
How to run
- run
brain-games
Demonstration
Available games:
- Even game: answer if number is even or not
command brain-even
- Calculator game: you need to calculate the expression
command brain-calc
- Greatest common divisor game: you need to find greatest common divisor
command brain-gcd
- Balance game: you need to make number which smallest digit is smaller then the largest digit not more then by 1
command brain-balance
- Progression game: you need to find the hidden element of the arithmetic progression
command brain-progression
- Prime game: answer if number is prime or not
command brain-prime