]> git.lizzy.rs Git - dragonblocks_alpha.git/blob - README.md
Fix install command in README.md
[dragonblocks_alpha.git] / README.md
1 # Dragonblocks alpha
2
3 ## Usage
4 ```bash
5 ./DragonblocksServer <port>
6 ./Dragonblocks <address> <port>
7 ```
8
9 or alternatively:
10
11 ```bash
12 ./singleplayer.sh
13 ```
14
15 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.
16
17 Interrupt handlers for SIGINT und SIGTERM are implemented.
18
19 ## Dependencies
20
21 The client depends on GLFW3, OpenGL and GLEW.
22
23 ```bash
24 sudo apt install libgl1-mesa-dri libglfw3 libglew2.1
25 ```