Add controls to README.md

master
Elias Fleckenstein 2021-03-31 11:29:01 +02:00
parent fd28193a28
commit 08f88c00fd
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,10 @@ The server will save the map to a file named "map" in the directory it is run in
Interrupt handlers for SIGINT und SIGTERM are implemented.
## Controls
Use W, A, S and D to move forward / left / backward / right.
## Dependencies
The client depends on GLFW3, OpenGL and GLEW.