biserg / braingames
BrainGames - gamepack, Hexlet education project
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/biserg/braingames
Requires
Requires (Dev)
README
BrainGames
This is a novel, extreamly involving and exciting gamepack, created as the result of Hexlet tutorials. You can enjoy 5 different games including:
- Number calculation BrainGame
- Even number detection BrainGame
- The greatest common divisor search BrainGame
- Prime number detection BrainGame
- Progression member detection BrainGame
Setup
$ git clone https://github.com/IgBuS/php-project-lvl1.git $ make install
If you use Composer, for package install use:
$ composer require biserg/braingames
If you want games to be available globally, use global installation:
$ composer global require biserg/braingames
How to run
Local installation: (you have to be in package bin directory)
$ php GameName
Global installation:
$ GameName
where GameName is the name of respeactive game-run file
Result video: https://asciinema.org/a/ig1FURSOcOvlYFQYyVwFUVewW