UNFINISHED. Plan to do post-deadline updates. But I stuck it out this time and it was a weekend well spent.
Mr. Fluffykins is your Right Hand Cat. Mr. Fluffykins has a tendacy to wander off into the dangerous parts of your Fortress of Doom. It's your job to send your minions to bring Mr. Fluffykins back.
This will probably cost you a few minions. Mr. Fluffykins seems to enjoy watching that.
Run instructions:
Source: Python 2.7.x and Pygame required. Run src/main.py
I used pygame too and initially also just posted the source. There are tools for creating executables (py2exe, pyinstaller, cx_freeze), but I couldn't get them to work on Linux. In the end my girlfriend got pyinstaller to work on Linux, so we finally had a working exe file :-)
ld@hermes:~/ld25$ python src/main.py level-status : Expected exactly one starting level and found 0
Traceback (most recent call last): File "src/main.py", line 57, in <module> from level import get_current_level, set_current_level_starting File "/home/ld/ld25/src/level.py", line 415, in <module> load_all_levels() File "/home/ld/ld25/src/level.py", line 397, in load_all_levels raise Exception("Unable to link levels together") Exception: Unable to link levels together
Comments5
level-status : Expected exactly one starting level and found 0
Traceback (most recent call last):
File "src/main.py", line 57, in <module>
from level import get_current_level, set_current_level_starting
File "/home/ld/ld25/src/level.py", line 415, in <module>
load_all_levels()
File "/home/ld/ld25/src/level.py", line 397, in load_all_levels
raise Exception("Unable to link levels together")
Exception: Unable to link levels together
:-(