dragonblocks_alpha/README.md

710 B

Dragonblocks alpha

A multiplayer voxelgame for POSIX systems.

Usage

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

or alternatively:

./singleplayer.sh

The server stores the map in map.sqlite (in the current directory).

Interrupt handlers for SIGINT und SIGTERM are implemented.

Controls

Use W, A, S and D to move forward / left / backward / right and Space to jump.

Dependencies

The client depends on GLFW3, OpenGL and GLEW.

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

The server depends on SQLite3.

sudo apt install libsqlite3-0

both the client and the server depend on ZLib.

sudo apt install zlib1g