Asteroids
Simple asteroid game clone.
Stephen Mayhew
(mayhewsw)
I made this game to get familiar with the pygame library. On the whole, it is pretty primitive, but it accomplishes the basic functions that I wanted.
Use the arrow keys to control the ship, and space bar to fire.
When the space ship is hit by an asteroid it has a ~2 second invincibility period. I would like it to blink, but I never made that work.
Stephen Mayhew