ogurchik / brain-games
small games for hexlet
Requires
- funct/funct: ^1.5
- wp-cli/php-cli-tools: 0.11.11
Requires (Dev)
README
Brain-games
Six mini games created for school purposes. In the making this project learning syntax PHP, basics of work with Composer.
Installation
For install this package requires install Composer on your computer - https://getcomposer.org/
After that, enter this in command line
composer global require ogurchik/brain-games
Add path to the package in your variable environment $PATH
PATH=$PATH:~/.config/composer/vendor/bin
Launch a game
brain-even
Game where you will guess is a number even
brain-calc
Simple arithmetic
brain-gcd
Game where you will figure out greatest common divider tho numbers
brain-prime
Game whre you will guess is a number prime.
brain-progression
Game where you will fill up the gap in arithmetis progression
sample install package - https://asciinema.org/a/pJUcYtmsJEVKZrtCKkL7uxoPp
install brain-calc and launch one - https://asciinema.org/a/w7x7DIOjCbjKoRjkxkh0iUszc
install brain-gcd and launch one - https://asciinema.org/a/cQBlHwEThruSiLtDErgvibRA4
install brain-progression and launch one - https://asciinema.org/a/sfUMATs8mvL7LNgzIHrFfS5Lx
install brain-prime and launch one - https://asciinema.org/a/dM42H46eLWGLB4LTw2As4Zziv