Skip to content

Latest commit

 

History

History
57 lines (35 loc) · 1.79 KB

README.md

File metadata and controls

57 lines (35 loc) · 1.79 KB

Actions Status Maintainability

Brain Games

This game is a study project from the Hexlet education platform.\

Requirements

  • PHP >= 8.1
  • Docker

How installing

Run this commands in console

git clone [email protected]:kolotov/php-project-lvl1.git
cd php-project-lvl1
make init

Even Game

You have to guess if the number is even or not.
For run game make brain-even or ./bin/brain-even

asciicast

Calc Game

You have to calculate two numbers.
For run game make brain-calc or ./bin/brain-calc

asciicast

GCD Game

You have to guess the greatest common divisor (GCD) of two numbers.
For run game make brain-gcd or ./bin/brain-gcd

asciicast

Progression Game

You have to guess the missed number in progression.
For run game make progression or ./bin/progression

asciicast

Prime Game

You have to guess if the number is prime or not.
For run game make brain-prime or ./bin/brain-prime

asciicast