13 lines
445 B
Markdown
13 lines
445 B
Markdown
#Marble Race Game
|
|
|
|
This will be a Marble Race Game developed for the Softwarepraktikum at the RWTH Aachen.
|
|
|
|
##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.
|