Marble Puzzle/Exploration Game
Go to file
2015-03-12 17:02:58 +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 Changing text on loadingscreen to refer at LICENSE.txt. 2015-03-12 16:43:21 +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 Changing text on loadingscreen to refer at LICENSE.txt. 2015-03-12 16:43:21 +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 Fixing automated builds. 2015-03-12 16:32:24 +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 Game is not in a releasable state yet. 2015-03-12 17:02:58 +01:00
run.sh Chaging executable name to game name. 2015-03-09 15:16:18 +01:00

Saxum Logo

This is a Marble Puzzle/Exploration Game developed in the practical course at the institute for Computer Graphics and Multimedia at the RWTH Aachen.

##Downloads See release page for downloads(Cooming soon(tm)).

##Controls 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. To exit the game press escape. The controls are also listed listed on the loading screen.

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

OS X support

In theory this should also compile on OS X. Since I do not own a Mac it is impossible for me to test this. If you get it compiling, please get in touch with me afterwards.

##Modding In theory the game is highly moddable. If you're interested in this, please get in touch with me, so I can explain the workflow to you.