An open API service indexing awesome lists of open source software.

https://github.com/ptitseb/sais

Strange Adventure in Infinite Space for Linux and Pandora. Status: Working.
https://github.com/ptitseb/sais

Last synced: 7 months ago
JSON representation

Strange Adventure in Infinite Space for Linux and Pandora. Status: Working.

Awesome Lists containing this project

README

          

# Strange Adventure in Infinite Space

![sais build status](https://api.travis-ci.org/ptitSeb/sais.png "sais build status")

Strange Adventure in Infinite Space for Linux and Pandora.

![sreenshot on Pandora](screenshot.png "screenshot on Pandora")

This version is based on the official sources released by digital-eel, but slightly changed to build under Linux. The Windows version should still compile

You'l need cmake (v2.8 minimum), SDL and SDL_mixer.

It has been tested on OpenPandora. The Mods have been quickly tested and seems to work.

The demo and full data are include for convenience, in the folder demo

To build, simply create a build folder, then use cmake and make to build:
`mkdir build && cd build && cmake .. -DDATAS=on && make`
then launch the game with `./strange`

If you enjoyed this game, don't forget to go visit Digital Eel homepage: http://www.digital-eel.com/

NOTE: The gpl licence only apply to the source code. It doesn't apply to datas (that are free but not gpl'd).