Marble Puzzle/Exploration Game
Go to file
2015-03-15 23:14:13 +01:00
blenderfiles Adding new brazier model because the old one crashed bullet. 2015-03-15 16:35:41 +01:00
converter Adding hint to progress report of converter. 2015-03-15 21:14:21 +01:00
data Adding another torch on a bridge. (#5) 2015-03-15 21:49:07 +01:00
extern Removing object files. 2015-03-15 14:30:34 +01:00
game Changing window title and moving fps display to debug build. 2015-03-15 22:32:13 +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 Removing object files. 2015-03-15 14:30:34 +01:00
build.sh Changing how the game is build. 2015-03-11 12:25:46 +01:00
circle.yml Changing circle script to respect changes of the package renaming. 2015-03-15 22:39:16 +01:00
CMakeLists.txt Reenabling debug features for debug builds. 2015-03-15 15:18:16 +01:00
Dockerfile Adding libreadline for lua to ubuntu docker image. 2015-01-15 17:34:41 +01:00
LICENSE.txt Fixing typo. 2015-03-15 12:29:23 +01:00
package.sh Increasing zip compression level. 2015-03-15 22:51:32 +01:00
Readme.md Downloads are now available. 2015-03-15 23:14:13 +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.

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