Brain games is a set of mini-games that run from console
-
brain-even game need to answer "yes" if number even otherwise answer "no"
-
brain-calc game need to write the result of the expression
-
brain-gcd game need to find the greatest common divisor of given numbers
-
brain-prime game need to answer "yes" if given number is prime otherwise answer "no"
-
brain-progression game need to write missing number in the progression
npm package:
$ npm install -g sergey20x25-bg
To start write brain-games in the console:
$ brain-games
or write the game name:
$ brain-even