Frequently Asked Questions Nobody Has Asked Yet
Why did you autotune the Pragma screaming?
It worked for T-Pain and it will work for us!!
Those "cat's" look like children in teddy bear suits?
Pragma was a very strange old lady.
Why is Pragma's house an empty plot of gardening soil?
Pragma was a very strange old lady
Is this game really a metaphor for something else?
Yes.
I hate your faceSir, that is not a question.
(log in to comment)
Comments
@cyhawk: Get the newest version of pymunk.
And a gameplay hint: Play for a few minutes, then lose - you're meant to see the ending :)
And a gameplay hint: Play for a few minutes, then lose - you're meant to see the ending :)
This game is a metaphor for what?
Do I hate your face?
cyhawk on
2009/05/04 19:24:
When run from source I get:Traceback (most recent call last): File "c:\downloads\PyWeek 8\bregma\source\bregma.py", line 114, in if __name__ == '__main__': main() File "c:\downloads\PyWeek 8\bregma\source\bregma.py", line 111, in main window.update() File "c:\downloads\PyWeek 8\bregma\source\bregma.py", line 90, in update self.on_update(dt) File "c:\downloads\PyWeek 8\bregma\source\bregma.py", line 69, in on_update self.state.update(dt) File "c:\downloads\PyWeek 8\bregma\source\states.py", line 19, in update self.on_update(dt) File "c:\downloads\PyWeek 8\bregma\source\states.py", line 147, in on_update self.world.update(dt) File "c:\downloads\PyWeek 8\bregma\source\world.py", line 201, in update actor.update(dt) File "c:\downloads\PyWeek 8\bregma\source\cat.py", line 31, in update Actor.update(self, dt) File "c:\downloads\PyWeek 8\bregma\source\actor.py", line 190, in update self.body.apply_impulse(force_for_velocity(self.body.velocity, (self.vx*self.speed*self.speed_multiplier, self.vy*self.speed*self.speed_multiplier), 1, self .body.mass)) TypeError: apply_impulse() takes exactly 3 arguments (2 given)The Windows executable works though.Are the font and the music your own creations? It is not mentioned in the readme, so I assume they are. Both are nice! I also like the hose mechanics, although that's Chipmunk if I'm not mistaken.