"Mind Games" - is a set of five console games, built on the principle of popular mobile applications for brain pumping. Each game asks math questions to which you have to give correct answers. After three correct answers the game is considered to be completed. Incorrect answers end the game and prompt you to do through it again.
- Greet - player greeting.
- Even - determining an even number.
- Calculator - arithmetic expressions to be calculated.
- GCD - determining the greatest common divisor.
- Progression - finding missing numbers in a sequence of numbers.
- Prime - determining a prime number.
git clone [email protected]:bjrunning/java-project-61.git
cd java-project-61
make -C app build
cd java-project-61/app
make run-dist