Username: Register
Password:
Lix image

Lix Source

Download the source

You can download the Lix source as a Zip archive or as a Tar.gz archive. These archives are automatically generated by github from the current source tree.

Alternatively, you can use git and clone my public repository:
git clone git://github.com/SimonN/Lix.git

The interesting branch is master, it has the current source. (The branch af is an unfinished, outdated, and buggy port to Allegro 5.)

How to continue

The source distribution will not only contain the game's source code, but also all in-game content, e.g. levels and graphics.

Read the instructions on building from source. This file comes with the source distribution, too, it can be found at doc/linux.txt.

Mac port

Mac users may instead pull the following repository, which is maintained by Phil. It has several enhancements to ease compilation and general usage; it uses the native APIs in several places instead of relying on Allegro 4 for everything:
git://github.com/lixphil/LixMac.git

You can look at Phil's Lix site if you need further info.