open2jamorg / open2jam

open source o2jam emulator
open2jam.wordpress.com
Artistic License 2.0
109 stars 40 forks source link

open2jam

open source emulator of O2Jam.

It is written in a combination of java, OpenGL and FMOD Ex, with the objective of being able to play in whatever platform you are.

We don't have an official roadmap, but we aim to:

FMOD Sound System, copyright © Firelight Technologies Pty, Ltd., 1994-2012.

Current Features

License

All the code here is distributed under the terms of the Artistic License 2.0.
For more details, see the full text of the license in the file LICENSE.

Running from source

Once you have cloned/downloaded the code, you can either you use ant on the root directory to compile the source, or you can use netbeans, which is our editor of choice here.

Once compiled, the jar will be in the dist/ directory, to run, cd to the dist directory, and then run $ java -jar open2jam.jar.