This application contains five mini games:
- "Parity check"
- "Calculator"
- "Greatest common divisor"
- "Arithmetic Progression"
- "Is it a prime number?"
To run the game, the user needs to execute the command make run-dist
from the root directory app/. Then the user needs to enter the game number and their name. After the welcome message the user will be able to read the rules of the selected game.
Each game has three rounds. The user must give the correct answer to three questions in a row. After a successful game, the terminal displays a message with congratulations and the game ends. If the user enters an incorrect answer, the game ends.
To see more about gameplay go to asciinemas.
- JDK 17
- Gradle 7.4
- GNU Make
Java, Gradle, GNU Make, Checkstyle, Code Climate.
make setup
make build
cd app
make run-dist