FoonLudum Dare ExplorerLD25 → Mr. Fluffykins

Mr. Fluffykins

By themindstream

View on Wayback Machine

CategoryRankScoreCount
Coolness1189

Comments

the-jack 2012-12-23 03:14

Better luck next time.

tehskull 2012-12-24 05:15

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 2013-01-05 01:17

What do other people do that use pygame? Surely they don't just give out the source file

diningphilosopher 2013-01-06 19:13

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 2013-01-07 23:48

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

:-(