Free Game Box
Source Code
All source code is published under the GPL license version 2.
The GNU Gerneral Public License
Full source code including JIGA libray needed to compile by your self: here
Compile instructions:
- Extract the frozenbubble-jiga-src.tar.gz into the same directory.
- Compile using: javac -target 1.1 *.java net/library/jiga/*.java
- Create a jar archive (like frozenBubble.jar): jar cvfm frozenBubble.jar manifest.mf *.txt *.gif *.jpg *.au *.class net/library/jiga/*.class