Skip to content

sinacolada/light-em-all

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LightEmAll

A puzzle game - try to light all the pieces!

Getting Started

Prerequisites

Java version between 8 and 19.

Installing and running

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"

Mechanics

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.

Built With

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published