The “Nightmare Award for most Terrifying Animal Hybrid: Flying Eaglebears” Award


Presented by bitcraft to:

Chimera Chimera (chimera_chimera)
Puzzle platformer: You are a radioactive bear, who must absorb the abilities of other animals to reach the goal. <br><br> If you get an error about AVBin, e.g. "AVbin is required to decode compressed media.", try changing the line 'music=1' to 'music=0' in the config file. I'm not sure why this happens sometimes. <br><br> <b>Updated Mac instructions:</b><br> First, download and install the pyglet DMG from here: <a href="http://www.pyglet.org/download.html">http://www.pyglet.org/download.html</a><br><br> Then, if you are on Snow Leopard, from a bash shell:<br> $ VERSIONER_PYTHON_PREFER_32_BIT=yes python chimera.py<br><br> Otherwise, if you are on Lion:<br> $ arch -i386 /usr/bin/python2.6 chimera.py<br><br> There may be a timing bug on Mac. I'm looking into it.<br><br> <b>Ubuntu &amp; Debian instructions:</b><br> Ubuntu &amp; Debian provide a python-pyglet package, but it's an old version that has a bug with resource loading, at least on Linux. The fix is is to install the new pyglet:<br><br> $ sudo apt-get purge python-pyglet<br> $ sudo apt-get install python-setuptools<br> $ sudo easy_install pyglet<br><br> After that, you also want avbin:<br><br> $ sudo apt-get install libavbin0<br><br> In general, make sure you are using pyglet 1.1.4!<br>