0.1.10 • Published 7 years ago
se0ga_brain_games v0.1.10
Project Brain Games on node.js
Getting Started
Install
$ npm i -g se0ga_brain_gamesLaunch
- This command will ask your name and say hello.
$ brain-games  
- This command will check that you know which number is even and which is not.
$ brain-even  
- This command will check that you remember how to make those operations +, -, * .
$ brain-calc  
- This command will check that you remember how to find greatest common divisor.
$ brain-gcd  
- This command will check that you know how to balance number.
$ brain-balance  
- This command will check that you know how to find missed number in arithmetic progression.
$ brain-progression  
- This command will check that you know which number is prime and which is not.
$ brain-prime  