"Mind Games" is a collection of five console games, designed based on popular brain-training mobile applications. Each game asks questions that require correct answers. After three correct answers, the game is considered passed. Incorrect answers end the game and suggest starting over.
Watch Progression Game Asciinema
- To build the project:
gradle installDist
or./build/install/app/bin/app
- To run the project:
gradle run
- To run the project via Makefile:
make run-dist
- To check with linter:
gradle checkstyleMain