Brain Games - collection of command line games
$ composer global require ini1990/php-project-lvl1
modify $PATH to run games without typing full path
export PATH=$PATH:~/.config/composer/vendor/bin
$ git clone https://github.com/ini1990/php-project-lvl1
$ cd php-project-lvl1/
$ make install
type name one of games:
$ brain-even
$ brain-calc
$ brain-gcd
$ brain-progression
$ brain-prime
Enjoy :)