Collaboration for the Liberated Pixel Cup.
POC and WIP on the github page.
Discussion on the google group.
Downloads that were previously available on GitHub have been migrated to S3.
Building on Linux, provided you have all the required dependencies (see below), should be as simple as: $ make
It will build two versions of the game, one using the ClanLib library, the other using SFML. If you only want one version of the game, you can run either,
for the SFML version:
$ make smain
for the ClanLib version:
$ make clmain
Run the SFML version from the chickenpix directory with:
$ ./smain
Run the ClanLib version from the chickenpix directory with:
$ ./clmain
The project and solution files for Microsoft Visual Studio 2010 express are provided, but they may contain hardcoded paths.
XCode project files are provided, but they may contain hardcoded paths.
Chickenpix depends on:
- the dev library for Python 2.7
- the dev library for ClanLib 2.3
- the dev library for SFML 1.6
Chickenpix embeds:
- TmxParser
- tinyxml