jtse / puzzle

http://jtse.github.com/puzzle
1 stars 0 forks source link

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

Removed jogg and jvorbis because of ZipException from One-Jar

TODOs

Break up the Puzzle class into smaller components.