alexdestebekou / php-project-lvl1
Brain games is first project from Hexlet by Alexander Karakin!
Requires
- wp-cli/php-cli-tools: ^0.11.11
Requires (Dev)
This package is auto-updated.
Last update: 2025-03-15 02:25:55 UTC
README
Brain-Games is my first project from Hexlet! It contains 7 console games.
How to install globally:
To start this project we have 2 ways:
First - run games separately from each other by
calling in console "brain-calc", "brain-even", "brain-gcd", "brain-prime",
"brain-progression", "brain-romanToNumber" and "brain-numberToRoman" files.
Second - start one controller file in console "allGames" which gives you possibility to choese
game you want to play.
How to start the game "If number is even":
How to start the game "Calculating numbers":
How to start the game "Greatest common divisor":
How to start the game "Arithmetic progression":
How to start the game "If number is prime":
How to start the game "Roman to number":
How to start the game "Number to roman":