Ludum Dare #24compo
Life Will Find A Way
You... you are a potato. You are fighting highly evolved onions and jalapenos. Good luck.
Unfortunately this game requires python with pygame and pymunk. Once these are installed, simply run lifewillfindaway.bat.
Unfortunately this game requires python with pygame and pymunk. Once these are installed, simply run lifewillfindaway.bat.
Comments6
nate42727 Aug 2012, 18:04
Couldn't start it. :P

vidarn27 Aug 2012, 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
Aborting due to Chipmunk error: Moment of Inertia must be positive and non-zero.
Failed condition: moment > 0.0f
zookatron28 Aug 2012, 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 :/
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 :/

Mattykins30 Aug 2012, 02:45
Try using py2exe to build windows exes! It works great with all of the libraries you used
heuermh4 Sep 2012, 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.




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