A multiplayer procedural sandbox game created with libGDX and OpenGL.
The menu GUI is not working yet, so you will have to make use of the ingame console (F1) to connect to a server or to open a singleplayer instance.
To get an overview of possible commands, type /help in the console. Here are the most important commands:
- Launch a singleplayer world with
/world <name> [seed]. - Connect to a multiplayer server with
/connect <ip[:port]>. - Change your username with
/username <name>.
libGDX: https://github.com/libgdx/libgdxSteamworks4J: https://github.com/code-disaster/steamworks4jKryoNet: https://github.com/EsotericSoftware/kryonetMakeSomeNoise: https://github.com/tommyettinger/make-some-noiseJBump: https://github.com/implicit-invocation/jbumpOshi: https://github.com/oshi/oshiImGui-Java: https://github.com/SpaiR/imgui-java
assetsandassets_shared: Shaders, audio, translation and database files.core: Platform independent client code.lwjgl3: Desktop specific launch code.server: Dedicated server code.shared: Contains useful cross-module utility classes.json-extractor: Internal development utility.
