This project includes 5 simple math games, each of them is described and demonstrated below. To install games use "make package-install"
Game installation and welcome to the brain games
Even game is a game where you answer if the number is even, to win you should have 3 correct answers. To run the game enter "brain-even"
Calculator game is a game where you shold count random operations with random numbers, to win you should have 3 correct answers. To run the game enter "brain-calc"
Gcd game is a game where you should count greatest common divisor of two random numbers, to win you should have 3 correct answers. To run the game enter "brain-gcd"
Progression game is a game where you should fill missing number in a progression, to win you should have 3 correct answers. To run the game enter "brain-progression"
Prime game is a game where you should answer if the number is prime, to win you should have 3 correct answers. To run the game enter "brain-prime"