1 This is basically a game strongly inspired by the game called Bulanci.
2 Graphics is SVG based rendered on load time by cairo and then drawn using
4 Collisions are based on convex polygons.
5 It is rather proof of concept than a real game and so far one man show.
7 It's licensed under GPL.
9 It uses cmake 2.4 for managing the build process.
12 development versions of folowing libs:
16 opengl - probably mesa
18 Debian Build Requirements:
26 Compilation and run withouth install:
29 cmake .. -DINSTALLLESS='..'
33 Compilation for install into /tmp/lilanci
36 cmake .. -DCMAKE_INSTALL_PREFIX=/tmp/lilanci