A set of five console games, built on the principle of popular mobile brain training apps.
$ git clone https://github.com/algins/brain-games.git
$ cd brain-games
$ make buildRandom number is shown. Player needs to answer "yes" if the number is even, or "no" otherwise.
Run game:
$ make run # Choose game "1 - Even"Random mathematical expression is shown. Player needs to calculate and answer the correct result.
Run game:
$ make run # Choose game "2 - Calc"Two random numbers are shown. Player needs to calculate and answer the GCD of these numbers.
Run game:
$ make run # Choose game "3 - GCD"List of random numbers that forms arithmetical progression is shown. One number is replaced with dots. Player needs to determine and answer this number.
Run game:
$ make run # Choose game "4 - Progression"Random number is shown. Player needs to answer "yes" if the number is prime, or "no" otherwise.
Run game:
$ make run # Choose game "5 - Prime"