Foon →
Ludum Dare Explorer →
LD11 →
Casey is ready to rock (kind of)
Casey is ready to rock (kind of)
By nfirvine
View on Wayback Machine
| Category | Rank | Score | Count |
|
|---|
| Overall | | | 1 | |
| Fun | | | 1 | |
| Innovation | | | 1 | |
| Theme | | | 1 | |
| Polish | | | 1 | |
| Graphics | | | 1 | |
| Technical | | | 1 | |
| Journal | | | 1 | |
Comments
I got it to work by including the chipmunk dll in the game folder - http://pymunk.googlecode.com/files/Chipmunk-4.0.2_dll.zip
The game was really hard to play though, even after I read through the long long readme to find out about the R screen. When I tried to right click, it crashed with:
Traceback (most recent call last):
File "C:ludumdare11
firvine_billyandcaseycaseycasey.py", line 15, in <modu
le>
casey_engine.run()
File "C:ludumdare11
firvine_billyandcaseycaseycasey_enginemain.py", line
131, in run
e.update()
File "C:ludumdare11
firvine_billyandcaseycaseycasey_engineeditor.py", lin
e 57, in update
self.on_mousedown(event)
File "C:ludumdare11
firvine_billyandcaseycaseycasey_engineeditor.py", lin
e 66, in on_mousedown
self.handle_click(n, event.pos, event.button)
File "C:ludumdare11
firvine_billyandcaseycaseycasey_engineeditor.py", lin
e 114, in handle_click
p[i+1] += d
UnboundLocalError: local variable 'd' referenced before assignment
I used pymunk in my pyweek game and everyone had lots of trouble with it too, but I had it working on windows and not on linux :P
Unfortunately I could not get it to work. I have Ubuntu Gutsy with all of the requirements. Other pygame games run fine. I see a bunch of output from pymunk but the screen is just black.
no habla linux, sorry
Python trouble.. I seem to be missing some package. Might try again later.
Also, while the readme is amusing, a short concise text on how to play the game would have been more helpful.
Waiting on somebody to magically Windowsize it... (just commenting to get it Xed on my list)
TypeError: 'Body' object is not iterable
If you use bleeding edge stuff like pymunk, you should include it with your game. By the way, your readme mentions pyglet, but you aren't even using it. Don't mislead people like that. :-(
(waiting for win build)
Also waiting on windows version.
couldn't seem to get this to work on windows, I have python and pygame installed but no luck. Also, haven't used either before, just downloaded them to try out all these python games w/o exes ;) Your readme was amusing.
Well; I'm rather new to this python thing, but I've got to the state creiht has, but in windows.
One note, the requirements in the readme don't include rabbyt, of which I now have 1.8.1
I'm suspecting the black screen might be due to differences between pygame 1.8.0 (what I have) and 1.8.1pre listed in the readme - I will try this again after I get done with voting the other entries.
Couldn't run.
Very nice readme though. :)
I'm also waiting for a windows exe. In vain I believe.
After installing rabbyt and pymunk, I get an error about being unable to import vec2d. I was reasonably amused by the readme, though.