/brain-games

Set of five console games for training cognitive skills using math

Primary LanguageJavaScript

Brain Games Maintainability Build Status

'Brain Games' is a set of five console games for training cognitive skills using math. In each game the player should answer questions. After three correct answers, the game is considered to be completed. Wrong answers end the game.

Install

  • Clone this repository
  • Install NVM and Node.js
  • Run these commands
$ make install
$ make publish
$ npm link

'Brain Even'

Guess if the number is even

asciicast

'Brain Calc'

Calculate arithmetic expressions

asciicast

'Brain GCD'

Guess the greatest common divisor

asciicast

'Brain Prime'

Guess if the number is prime

asciicast

'Brain Progression'

Write a missed number in a sequence of numbers

asciicast