From 5e07aec885adb7ec3323c9b0ffcc27fd5f57b96a Mon Sep 17 00:00:00 2001 From: Fabian Klemp Date: Fri, 13 Feb 2015 17:11:47 +0100 Subject: [PATCH] Updated Readme.md. --- Readme.md | 5 +++++ 1 file changed, 5 insertions(+) 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.