diff --git a/Readme.md b/Readme.md index 78890de..8da28f9 100644 --- a/Readme.md +++ b/Readme.md @@ -5,3 +5,8 @@ This will be a Marble Race Game developed for the Softwarepraktikum at the RWTH ##Building Currently only tested on Linux. To build execute build.sh. Resulting binary will be in binaries. You can also use the run.sh script to directly start the binary after building it. + +##Control + +You can control the camera by moving the mouse. You can zoom with the mouse wheel. +The marble is controlled via the W,A,S and D keys.