Brain Games is a set of 5 games to train your brain! The games are:
- brain-calc - Calculate expression
- brain-even - Answer if a number is even or odd
- brain-gcd - Find greatest common dividor of two numbers
- brain-prime - Answer if a number is prime or not
- brain-progression - Fill missed number in a progression
$ git clone https://github.com/davydovks/php-project-45.git
$ cd php-package-45
$ make install
You can start a game using any of these commands:
$ make brain-calc
$ make brain-even
$ make brain-gcd
$ make brain-prime
$ make brain-progression