diff options
Diffstat (limited to 'games/cubosphere/README')
-rw-r--r-- | games/cubosphere/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/games/cubosphere/README b/games/cubosphere/README new file mode 100644 index 0000000000..7464cba0a2 --- /dev/null +++ b/games/cubosphere/README @@ -0,0 +1,9 @@ +Goal of this project is a remake of the Playstation 1 Game "Kula World" / "Roll +Away". It is designed platform independend, written in C++ and using the +following libraries: OpenGL, SDL (Simple DirectMedia Layer), libjpeg, LUA, +GLSL-Shader. + +This requires lua. + +Note: In order to load the background music (eg. loading *.mp3 files), install +smpeg and then rebuild the sdl package that comes with Slackware. |