Skip to content

AXDOOMER/mochadoom

Repository files navigation

Mocha Doom

Top Language Code Size License

Mocha Doom is a pure Java Doom source port. Most of the hard work of porting Doom to Java has already been done, thanks to Velktron (Maes), but he has stopped working on it in 2013. Although the port is almost complete, some work remains to do, most importantly the network code for the multiplayer is missing. Features like support for the Boom format would also be great. I have decided to continue the development in my free time and fix some bugs.

How to run

  1. Open the project with Eclipse or NetBeans
  2. Delete every file that has errors (if any)
  3. Build and run the project

Advanced users

On Linux, two different scripts can be used.

  1. build-and-run.sh which will build Mocha Doom and run it. You can use it as such: ./build-and-run.sh -iwad ~/DOOM2.WAD. This is the preferred way to quickly test changes for developers.
  2. build-jar.sh which will build a JAR file. You can then run the JAR file as such: java -jar mochadoom.jar -iwad ~/DOOM2.WAD. This is the preferred way for distributing a Mocha Doom executable.

License

Mocha Doom contains work from many contributors. Here are the main contributors, but it's no limited to this list. Others are listed in the copyright headers of the files where they own copyright.

Mocha Doom is distributed under the GNU GPLv3.

Rip and Tear!

Mocha Doom in action: so_much_blood

About

A pure Java Doom source port

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published