Mr. Fluffykins by themindstream
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
Windows: Exe build comming soon.
Linux/Max: Binary build maybe coming soon.
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
Windows: Exe build comming soon.
Linux/Max: Binary build maybe coming soon.
| Source | https://github.com/jlbrewer/ld25 |
| Original URL | https://ludumdare.com/compo/ludum-dare-25/?action=preview&uid=14153 |
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
:-(