Brain Games

Maintainability Build Status

This is a small mini-game project called "Brain Games".

It includes 5 console math games:

  1. Brain-Even - determine if the number is even.
  2. Brain-Calc - calculate the value of the expression
  3. Brain-Gcd - find the greatest common divisor
  4. Brain-Progression - determine the missing number in the arithmetic progression
  5. Brain-Prime - determine if a number is prime

This is an NPM package so nodejs is required for the game.

Installation

make install
make publication
make link	

asciicast

brain-even

brain-even

asciicast

brain-calc

brain-calc

asciicast

brain-gcd

brain-gcd

asciicast

brain-progression

brain-progression

asciicast

brain-prime

brain-prime

asciicast