[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] "Crazy Machine" type game?



I loved Incredible Machine!
If I recall correctly, the physics on it weren't too complicated.  If you're feeling adventurous, you might consider doing them yourself.  Gravity is easy, and bouncing should be simple enough.  The only complicated stuff would be collisions between two moving objects, but there's stuff on that on pygame.org already.
Ian