js-console-brain-games
v1.0.2
Published
Brain Games
Downloads
2
Readme
Hexlet tests and linter status:
Brain Games is a set of five console games built using popular mobile brain training apps. Each game asks questions that need to be answered. After three correct answers, the game is considered to be completed. Incorrect results end the game and return it again. Games:
brain-calc
. Arithmetic expressions to be evaluated.brain-progression
. Search for missing numbers by number order.brain-even
. Definition of an even number.brain-gcd
. Finding the Greatest Common Divisor.brain-prime
. Definition of a prime number.
Brain games is available as an npm package.
// with npm
npm i -g js-console-brain-games
Brain even game example:
click on the picture to play the video
Brain calc game example:
click on the picture to play the video
Brain gcd game example:
click on the picture to play the video
Brain progression game example:
click on the picture to play the video