- Linux, Macos, WSL
- PHP >= 8.0
- Make
- Git
git clone [email protected]:Roman52/php-project-lvl1.git
cd php-project-lvl1
# Install
make install- Brain Calc - What is the result of the expression.
# Run the game
make brain-calchttps://asciinema.org/a/iR2JmHvnO17O4Hp4Z7RGZsON7
- Brain Even - Checking if a number is even.
# Run the game
make brain-evenhttps://asciinema.org/a/GKurqK7EV9aE8NOdtyuXaipKl
- Brain GCD - Find the greatest common divisor of given numbers.
# Run the game
make brain-gcdhttps://asciinema.org/a/VH1zBJIOcur6nBjvgwa2uqokT
- Brain Progression - Guessing What number is missing in the progression.
# Run the game
make brain-progressionhttps://asciinema.org/a/ApghwPwUQNkNdEn7s7KFinbqI
- Brain Prime - Guessing if given number is prime or not.
# Run the game
make brain-prime