Mr. Fluffykins by themindstream

[raw]
made by themindstream for LD25 (JAM)
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.

Feedback

Dark Acre Jack
23. Dec 2012 · 03:09 UTC
Better luck next time.
TehSkull
24. Dec 2012 · 05:10 UTC
I'd be okay if all I needed was Python, but I'm not gonna get PyGame too. I hope you post a Windows build someday.
Jezzamon
05. Jan 2013 · 01:12 UTC
What do other people do that use pygame? Surely they don't just give out the source file
Dining Philosopher
06. Jan 2013 · 19:08 UTC
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 :-)
hnjslater
07. Jan 2013 · 23:43 UTC
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

:-(