Marble Puzzle/Exploration Game
Go to file
2015-03-12 15:59:50 +01:00
blenderfiles Making all directories lowercase. 2015-03-12 15:18:48 +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 Fixing cursor position staying the same introduced by GLFW 3.1. 2015-03-12 15:44:21 +01:00
gimpfiles Making all directories lowercase. 2015-03-12 15:18:48 +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 Stripping binaries for packaging. 2015-03-12 15:59:50 +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.