alex-rysaev / php-project-lvl1
Hexlet project PHP Level 1. Brain Games.
Installs: 26
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- wp-cli/php-cli-tools: ^0.11.11
Requires (Dev)
README
Brain Games
These are small games for brain training. Five games are currently available:
- Brain Calc — calculating the result of an expression
- Brain Even — determining whether a number is even
- Brain GCD — the calculation of the greatest common divisor
- Brain Prime — determining whether a number is prime
- Brain Progression — finding the missing progression element
You need to solve the problem three times in a row — then you win.
Setup
To setting up Brain Games you must have Composer installed. Also you may need to
add Composer's vendor/bin
folder to your $PATH
.
Installing Brain Games:
user@ws:~$ composer global require alex-rysaev/php-project-lvl1
Running Brain Calc
user@ws:~$ brain-calc
Running Brain Even
user@ws:~$ brain-even
Running Brain GCD
user@ws:~$ brain-gcd
Running Brain Prime
user@ws:~$ brain-prime
Running Brain Progression
user@ws:~$ brain-progression