Brain games

Actions Status Maintainability

Info

Few mini math games in the question-and-answer genre.

Includes:

  • Even and Odd - a number is shown and the player must answer whether it is even or odd (asciinema)

  • Calc - a simple mathematical operation is shown, the player must enter the correct answer (asciinema)

  • Great Common Division - two numbers are shown, the player must enter the third number, which is the greatest common divisor for them (asciinema)

  • Progression -a sequence of numbers with a missing number is shown, the player must enter the number that is a member of this progression asciinema

  • Prime - a number is shown, the player must determine whether it is prime or not (asciinema)

How to install

git clone https://github.com/morgreek/frontend-project-44.git
make install

How to play

For each game has its own command:

make brain-even - Even and Odd

make brain-calc - Calc

make brain-gcd - Great Common Division

make brain-progression - Progression

make brain-prime - Prime