This is the official repository of Puck
How to compile : Once you've installed sbt, you can run from the root of the project 'sbt universal:packageZipTarball' which will produce an a zipped version of the program in puckJrrt/target/universal/puck-distrib-.tgz
alternatively you can run 'sbt printClassPathFile' which will compile the source and generate a file puckJrrt/target/CLASSPATH that define a bash script that create a CLASSPATH variable with the classpath of the project. You can use it to run the following command to start puck : 'java -cp $CLASSPATH puck.Front'