pqr / php-project-lvl1
There is no license information available for the latest version (dev-master) of this package.
Hexlet learning project 1
dev-master
2020-07-13 16:26 UTC
Requires
- wp-cli/php-cli-tools: 0.11.11
Requires (Dev)
This package is auto-updated.
Last update: 2026-03-14 04:59:51 UTC
README
Brain Games
Educational project from Hexlet.io
This project consists of 5 games:
- Calculator game
- Even/Odd game
- The Greatest Common Divisor game
- Is Prime game
- Progression game
Installation
composer global require pqr/php-project-lvl1
Make sure to place Composer's system-wide vendor bin directory in your $PATH.
- macOS: $HOME/.composer/vendor/bin
- Windows: %USERPROFILE%\AppData\Roaming\Composer\vendor\bin
- GNU / Linux Distributions: $HOME/.config/composer/vendor/bin or $HOME/.composer/vendor/bin
You could also find the composer's global installation path by running composer global about and looking up from the first line.
Calcualtor game
brain-calc
Even/Odd game
brain-even
The Greatest Common Divisor game
brain-gcd
Is Prime game
brain-prime
Progression game
brain-progression