This game is a study project from the Hexlet education platform.\
- PHP >= 8.1
- Docker
Run this commands in console
git clone [email protected]:kolotov/php-project-lvl1.git
cd php-project-lvl1
make init
You have to guess if the number is even or not.
For run game make brain-even
or ./bin/brain-even
You have to calculate two numbers.
For run game make brain-calc
or ./bin/brain-calc
You have to guess the greatest common divisor (GCD) of two numbers.
For run game make brain-gcd
or ./bin/brain-gcd
You have to guess the missed number in progression.
For run game make progression
or ./bin/progression
You have to guess if the number is prime or not.
For run game make brain-prime
or ./bin/brain-prime