Marble Puzzle/Exploration Game
Go to file
2015-03-15 18:06:24 +01:00
blenderfiles Adding new brazier model because the old one crashed bullet. 2015-03-15 16:35:41 +01:00
converter Updating converter with needed default values. 2015-03-14 14:54:43 +01:00
data Adding additional comments to config.xml. 2015-03-15 17:53:23 +01:00
extern Removing object files. 2015-03-15 14:30:34 +01:00
game Adding debug key to print the position. 2015-03-15 18:06:24 +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 Fixing automated builds. 2015-03-12 16:32:24 +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 Stripping binaries for packaging. 2015-03-12 15:59:50 +01:00
Readme.md Fixing typo. 2015-03-12 17:03:30 +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(Coming 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.