Marble Puzzle/Exploration Game
Go to file
2015-03-12 15:18:23 +01:00
Blenderfiles Rexported objects to include normals. 2015-03-11 23:56:11 +01:00
converter Moving tinyxml to extern folder. 2015-03-12 14:40:14 +01:00
data Rexported objects to include normals. 2015-03-11 23:56:11 +01:00
extern Moving tinyxml to extern folder. 2015-03-12 14:40:14 +01:00
game Changing name of src to game to better communicate what is in it. 2015-03-12 15:08:30 +01:00
GIMPfiles Moving gimp files to their own folder. 2015-03-11 10:58:49 +01:00
logo Adding logo. 2015-03-11 11:21:45 +01:00
math-scripts Removing useless math-scripts. 2015-03-12 12:09:28 +01:00
.gitignore Ignoring *.pyc files. 2015-03-07 13:24:56 +01:00
build.sh Changing how the game is build. 2015-03-11 12:25:46 +01:00
circle.yml Another syntax fix. 2015-02-12 01:38:18 +01:00
CMakeLists.txt Removing useless stuff. 2015-03-12 15:18:23 +01:00
Dockerfile Adding libreadline for lua to ubuntu docker image. 2015-01-15 17:34:41 +01:00
LICENSE.txt Adding tinyxml2 license. 2015-03-12 14:42:20 +01:00
package.sh Added License. 2015-03-12 13:26:14 +01:00
Readme.md Updated Readme.md. 2015-02-13 17:11:47 +01:00
run.sh Chaging executable name to game name. 2015-03-09 15:16:18 +01:00

#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.