nowitty / php-project-lvl1
console games
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^7.3
- wp-cli/php-cli-tools: @dev
Requires (Dev)
README
About
The application is a set of console games of 5 pieces
- "even / odd" game;
- "Calculator" game;
- "Largest common factor" game;
- "Progression" game;
- "Prime" game;
This is My first project in Hexlet!
Installation
You need use Composer, you can install brain-games system-wide with the following command:
composer global require "nowitty/php-project-lvl1"
Start
To start the even / odd game, use the brain-even command:
To start the game "Calculator" use the brain-calc command:
To starts the game "Largest common factor" use the brain-gcd command:
To starts the game "Progression" use the brain-progression command:
To start the game "Prime" use the brain-prime command: