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.
- Host: GitHub
- URL: https://github.com/cfstras/mmm-java
- Owner: cfstras
- Created: 2012-09-12T20:29:15.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2016-01-21T15:42:54.000Z (over 10 years ago)
- Last Synced: 2026-03-10T20:28:23.970Z (4 months ago)
- Language: Java
- Size: 7.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
MMM
===

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