Skip to content

calebabutler/java-puzzle-cube

Repository files navigation

java-puzzle-cube

An interactive 3x3 Puzzle Cube in LWJGL

A screenshot of the program

A screenshot of the program's help

How to Compile

First, install java 17 (the current LTS), maven, and git. On Debian and Ubuntu, you do this by executing this command:

> sudo apt install maven openjdk-17-jdk git

Next, clone this git repository:

> git clone https://github.com/calebabutler/java-puzzle-cube.git
> cd java-puzzle-cube

Build the project, download the dependencies, and package the project:

> mvn compile
> mvn dependency:copy-dependencies
> mvn package

Lastly, run the jar:

> java -jar target/puzzlecube-1.0.jar

About

An interactive 3x3 Puzzle Cube in LWJGL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages