A set of five console games built on the principle of popular mobile apps for brain training.
- PHP 8.1+
- Composer
git clone https://github.com/Ekaterina-Chmil/php-project-45.git
cd php-project-45
make installbin/brain-games
A game where you need to determine if a given number is even or odd.
A simple calculator game where you solve basic mathematical expressions.
This game asks you to find the greatest common divisor of two numbers.
You need to find the missing number in a number sequence.
A game where you check if a number is prime or not.