Brain games is a set of five console games built on the principle of popular mobile brain training applications. Each game poses questions that require correct answers. After three correct answers, the game is considered passed. Incorrect answers end the game and offer to start over.
- Calculator: Arithmetic expressions that need to be computed.
- Progression: Finding missing numbers in a sequence of numbers.
- Even Numbers: Determining even numbers.
- Greatest Common Divisor: Finding the greatest common divisor (GCD).
- Prime Numbers: Determining prime numbers.
$ git clone https://github.com/GitUserMaxim/php-project-45gi
$ make install
-
Calculator:
$ make brain-calc -
Progression:
$ make brain-progression -
Even Numbers:
$ make brain-even -
Greatest Common Divisor:
$ make brain-gcd -
Prime Numbers:
$ make brain-prime