User:Rmyers/Asteroids

From OLPC
< User:Rmyers
Revision as of 14:30, 6 August 2008 by Rmyers (talk | contribs) (New page: Asteroids is a pyGame implementation of the classic space war game. It's an interesting game from a physics standpoint as the ship moves following Newtonian laws. You point it and accelera...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Asteroids is a pyGame implementation of the classic space war game. It's an interesting game from a physics standpoint as the ship moves following Newtonian laws. You point it and accelerate.

This version is derived from Ian Mallett's version.

I factored out behavior to some underlying classes.

I've also tried to decouple the game speed from the machine speed.

Underlying classes have been broken out to a Physics library 'rmphysics'.

The page dealing with the original port to the XO is here.