Mind Games is a set of five console games.
Each game asks questions that need to be answered.
After three correct answers, the game is considered to be completed.
Incorrect results end the game.
"Greet" - User greeting.
"Even"- Definition of an even number.
"Calc" - Arithmetic expressions to be evaluated.
"GCD" - Finding the Greatest Common Divisor.
"Progression" - Searching for missing numbers.
"Prime" - Definition of a prime number.
make -C app build
make -C app run