FoonLudum Dare ExplorerLD24 → Life Will Find A Way

Life Will Find A Way

By zookatron

View on Wayback Machine

CategoryRankScoreCount
Coolness1171

Comments

graf_grun 2012-08-27 17:42

Ok, you have to compile with cx_freeze. It's really easy and it works with pygame...

http://cx-freeze.sourceforge.net/

nate427 2012-08-27 18:04

Couldn't start it. :P

vidar 2012-08-27 18:12

Got it to run under Linux by changing all the "\\" path delimiters to "/". However, when i use the ranged attack it keeps crashing with the following message:
Aborting due to Chipmunk error: Moment of Inertia must be positive and non-zero.
Failed condition: moment > 0.0f

zookatron 2012-08-28 03:58

Hey guys, thanks for checking it out!

Graf_Grun: Thanks for the tip, I tried out cx-freeze and I got it to build into an exe with all the required dlls, but I get a generic "Segmentation Fault" error without a stacktrace when I try to run it. :(

vidarn: Thanks for the tip about the different paths under linux, I'll remember next time to make separate batch files for linux. Unfortunately I cant reproduce that moment of inertia error and I'm not sure where it could be coming from, maybe pymunk doesn't work quite as well cross-platform as I thought :/

mattykins 2012-08-30 02:45

Try using py2exe to build windows exes! It works great with all of the libraries you used

heuermh 2012-09-04 04:22

Not sure how to get this to run, but wanted to say that the graphic style in the title and the sprites in the screenshot are very cool.