ptitSeb / CandyCrisis

Unofficial Linux and Pandora port for the OpenSource game Candy Crysis. Status: Working

Home Page:http://candycrisis.sourceforge.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CandyCrisis

CandyCrisis build status

Unofficial Linux and Pandora port for the OpenSource game Candy Crisis

Go to the official Website http://candycrisis.sourceforge.net/ for more informations.

sreenshot on Pandora

Build

You will need CMake, SDL2, SDL2_image and either fmod or SDL2_Sound to build CandyCrisis

simply cmake && make to build the SDL_sound version or cmake -DUSE_FMOD=ON && make for the FMOD version.

You can found an SDL2 compatible verison of SDL_sound here: https://github.com/ptitSeb/SDL_sound

Windows and MacOS build are not officially supported in this repo, but should works (Just missings the libs for Windows, and project file for MacOS).

Notes

The FMod version has been modified to use an old FMOD 3.x lib.

The SDL_Sound version need an SDL_Sound library compiled for SDL2. You can found one here: https://github.com/ptitSeb/SDL_sound (the lib is then called libSDL2_sound.so to be able to have both SDL1.2 and SDL2 version installed at the same time).

Also, note that when the music accelerate (when one of the players is close to the end), the FMOD version simply change the Tempo of the music, where the SDL_sound version change the frequency of the music. So both version will sound differently. Music is still accelerated, so that's fine, but it's actualy a limitation of SDL_sound, and I didn't found a workaround to change tempo of the MOD files.

About

Unofficial Linux and Pandora port for the OpenSource game Candy Crysis. Status: Working

http://candycrisis.sourceforge.net/

License:GNU General Public License v2.0


Languages

Language:C++ 93.2%Language:C 6.3%Language:CMake 0.3%Language:Objective-C 0.2%