Life Will Find A Way by zookatron
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.
| Windows | https://github.com/zookatron/ludumdare24/zipball/master |
| Source | https://github.com/zookatron/ludumdare24/ |
| Original URL | https://ludumdare.com/compo/ludum-dare-24/?action=preview&uid=14733 |
http://cx-freeze.sourceforge.net/
Aborting due to Chipmunk error: Moment of Inertia must be positive and non-zero.
Failed condition: moment > 0.0f
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 :/