An open API service indexing awesome lists of open source software.

https://github.com/cfstras/mmm-java

massively multiplayer sandboxing engine, java part.
https://github.com/cfstras/mmm-java

Last synced: 3 months ago
JSON representation

massively multiplayer sandboxing engine, java part.

Awesome Lists containing this project

README

          

MMM
===

![mmm preview image](http://i.imgur.com/tIb8oOI.png)

this is mmm-java, an attempt to build a voxel-based massively multiplayer sandboxing game with quests and everything one could imagine in a game.
furthermore, it is my attempt to learn some OpenGL 3.

Currently, it renders a live-generated world (which is only limited by some parameters)
and should be able to render infinitely big worlds.

enjoy the content with care since some code parts are unclear in terms of licensing.

feel free to contact me if you want (to) help.

compiling
---------

ant jar

running
-------

# on linux
./start.sh

# on windows
start.bat