Issues with Flaming Wolf's entry Berserker

Entry page.

This entry had several packaging issues for me, and no diary post. First, it's a massive tarbomb, so watch out when you unzip it. Second, it requires the gameobjects library, not mentioned in the readme, which you can download here. Just drop the gameobjects directory into the main game directory. This in turn requires tkinter, so "sudo apt-get install python-tk" fixed that for me. Finally, it uses backslashes for directory separators, so "sed -i 's|\\\\|/|g' *.py" if you're on Linux. Hope that helps.