The "Mind Games" project is a simple terminal application which offers players one greeting option and five different games. The following commands are available:
- Greeting: Reads player name from input and prints simple greeting.
- Even numbers: Answer if a given number is even.
- Calc: Calculate the result of a given mathematical expression.
- GCD: Find the greatest common divisor (GCD) of two given numbers.
- Progression: Find the missing number in an arithmetic progression.
- Prime: Answer if a given number is prime.
- Open app folder
- To build application open terminal or command window and type make build 2.1. To remove compiled files type make clean
- To start the application type make run-dist
- Type a corresponding number of the game you want to play.
- Follow the provided instructions.
- Win!
The application closes when the player wins or loses.
To exit the application, type "0" in the menu.





