Saxum/Readme.md

25 lines
1.1 KiB
Markdown
Raw Normal View History

2015-03-12 15:15:54 +00:00
![Saxum Logo](https://github.com/Faerbit/Saxum/blob/master/logo/saxum_logo_small.png)
2015-03-12 15:15:54 +00:00
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
2015-03-15 22:14:13 +00:00
See [release page](https://github.com/Faerbit/Saxum/releases) for downloads.
2015-03-12 15:15:54 +00:00
##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.
2014-11-03 22:56:05 +00:00
2014-11-03 22:56:34 +00:00
##Building
2014-11-03 22:56:05 +00:00
Currently only tested on Linux. To build execute build.sh. Resulting binary will be in binaries.
2015-01-25 22:09:23 +00:00
You can also use the run.sh script to directly start the binary after building it.
2015-02-13 16:11:47 +00:00
2015-03-12 15:15:54 +00:00
## 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.
2015-02-13 16:11:47 +00:00
2015-03-12 15:15:54 +00:00
##Modding
2015-03-15 22:15:25 +00:00
In theory the game is highly moddable. For modding some knowledge in XML and Lua is required. If you're interested in this, please get in touch with me, so I can explain the workflow to you.