Go to file
Elias Fleckenstein 29bd253dc2 Remove 'Nodes' section from README.md 2021-03-28 12:25:33 +02:00
deps Add linmath submodule 2021-03-24 16:05:08 +01:00
shaders Add shaders 2021-03-27 18:36:43 +01:00
src Enable depth buffer 2021-03-28 12:23:41 +02:00
.gitattributes Add .gitattributes 2021-03-24 13:56:44 +01:00
.gitignore Add release script 2021-03-24 13:44:36 +01:00
.gitmodules Add linmath submodule 2021-03-24 16:05:08 +01:00
BUILDING.md Re-add float types 2021-03-25 20:21:50 +01:00
README.md Remove 'Nodes' section from README.md 2021-03-28 12:25:33 +02:00
release.sh Add shebang to scripts 2021-03-28 10:52:30 +02:00
singleplayer.sh Add shebang to scripts 2021-03-28 10:52:30 +02:00

README.md

Dragonblocks alpha

Usage

./DragonblocksServer <port>
./Dragonblocks <address> <port>

or alternatively:

./singleplayer.sh

The server will save the map to a file named "map" in the directory it is run in. It will also load the map from there at startup, given that the file exists.

Interrupt handlers for SIGINT und SIGTERM are implemented.

Dependencies

The client depends on GLFW3, OpenGL and GLEW.

sudo apt install libgl1-mesa-dri libglfw3 libglew2.1