5 simple number-based games on your choise:
- Even number: answer, if the number is even or not.
- Calculate: You need to write, what is the result of the expression?
- Greatest common divisor: Find the greatest common divisor of given numbers.
- Missing number in progression: What number is missing in the progression?
- Prime number: Answer "yes" if given number is prime. Otherwise answer "no".
Three attempts only
1.0.0
OS: Linux. Processor: 4 hardware CPU threads - Intel® Core™ i5 750 or higher. Memory: 256 Mb RAM. Graphics: Any GPU.
Download this git repository, open "php-project-45" directory and type in command line "make install". After that you can play included games.
Commands to each game:
- make brain-games
- make brain-even
- make brain-calc
- make brain-gcd
- make brain-progression
- make brain-prime
(Only greetings).
BrainGame instalation nad greetings
BrainGame Calculate
BrainGame If Even
BrainGame Great Common Devisor
BrainGame Prime Number
BrainGame Progression