Brain Games is a set of five console games based on popular mobile brain training apps.
Each game asks questions that need to be answered correctly.
After three correct answers, the game is considered to be completed.
Wrong answers end the game and offer to play it again.
Games:
* Brain-even: definition of an even number.
* Brain-calc: arithmetic expressions to be evaluated.
* Brain-gcd: finding the Greatest Common Divisor.
* Brain-progression: search for missing numbers in a sequence of numbers.
* Brain-prime: definition of a prime number.
- PHP >= 8.1
- Composer >= 2.5.5
- GNU Make >= 4.3
$ git clone https://github.com/Smol-An/php-project-45.git
$ cd php-project-45
$ make install
make brain-even
make brain-calc
make brain-gcd
make brain-progression
make brain-prime