Mind games is an app created as a part of Hexlet Java course learning path. It consists of five mathematical games. All interactions are within the terminal (no user interface provided).
To run a game, execute the following commands:
- Build
make build
- Install
make install
- Run
make run-dist
Enjoy!