Puzzle experiment for toddlers. Written in Java using JOGL. Not meant for public use.
Make sure Maven is installed. Then open up a command prompt:
cd [THIS_DIRECTORY]
mvn package
This will create a target/puzzle-${VERSION}.one-jar.jar containing all the dependencies.
Again, make sure Maven is installed and open up a command prompt:
cd [THIS DIRETORY]
mvn compile exec:exec
Removed jogg and jvorbis because of ZipException from One-Jar
Break up the Puzzle class into smaller components.