Skip to content

jtse/puzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Puzzle

Puzzle experiment for toddlers. Written in Java using JOGL. Not meant for public use.

Download

Example script file

Developer Notes

Compile from source

Make sure Maven is installed. Then open up a command prompt:

  1. cd [THIS_DIRECTORY]
  2. mvn package

This will create a target/puzzle-${VERSION}.one-jar.jar containing all the dependencies.

Run from source

Again, make sure Maven is installed and open up a command prompt:

  1. cd [THIS DIRETORY]
  2. mvn compile exec:exec

Import into Eclipse

  1. Launch Eclipse.
  2. File >> Import >> Maven >> Existing Maven Projects
  3. Pick [THIS DIRECTORY]

Dependent libraries

  • lwjgl
  • slick
  • Various native libraries for OpenGL and OpenAL

Removed jogg and jvorbis because of ZipException from One-Jar

TODOs

Break up the Puzzle class into smaller components.

Releases

No releases published

Packages

No packages published

Languages