This is a puzzle game with multiple levels. The goal is to pass over every tile on the screen only once. The game progress saves to the local machine and is reset once the game is completed. The music player was turned off in the final version of the game.
To run the project use the Gradle run command:
# Mac/Linux
./gradlew run
# Windows
gradlew.bat run