ava / brain-games
Collection of CLI games
Installs: 30
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/ava/brain-games
Requires
- wp-cli/php-cli-tools: ^0.11.11
Requires (Dev)
README
CLI games to workout your brain with simple mathematics.
- brain-even
 Say whether number is even
- brain-calc
 Enter result of simple operation with natural numbers
- brain-gcd
 Enter the greatest common divisor of two numbers
- brain-progression
 Enter missing number in arithmetic progression
- brain-prime
 Say if number is prime
Install with composer
# globally $ composer global require ava/brain-games # or locally $ composer require ava/brain-games
Examples below are for global installation
Run "Even" game
$ brain-even
Run "Calc" game
$ brain-calc
Run "GCD" game
$ brain-gcd
Run "Progression" game
$ brain-progression
Run "Prime" game
$ brain-prime
If you use local installation add path to package.
Also note that games placed in /bin/ directory of package.
Example if you are at package root directory:
./bin/brain-even