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.
- Host: GitHub
- URL: https://github.com/ptitseb/sais
- Owner: ptitSeb
- License: gpl-2.0
- Created: 2016-12-12T22:50:00.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-27T09:49:41.000Z (over 8 years ago)
- Last Synced: 2025-04-04T17:37:04.091Z (10 months ago)
- Language: C++
- Size: 8.53 MB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Strange Adventure in Infinite Space

Strange Adventure in Infinite Space for Linux and 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).