A puzzle game - try to light all the pieces!
Java version between 8 and 19.
Download the repository and unzip it.
Run the project
./gradlew run
The game runs with a default of a 7x7 board. To change this, run the project with command line arguments.
./gradlew run --args="-r 5 -c 6"
or
./gradlew run --args="--rows 5 --cols 6"
Click a piece to rotate it. Left click rotates counterclockwise, right click rotates clockwise. Use keyboard arrow keys to move the light source. The goal is to have all the pieces connected and lit up.
- Amazon Coretto 17 - distribution of OpenJDK used
- Gradle 8 - build automation tool