Classic Asteroids made with Pygame. Collision is handled with Pygame's built-in sprite collide and drawing is all primitive shapes. Future updates might draw asteroids with jagged shapes. Fly around and fire at the asteroids, if your ship is hit you will explode. Each asteroid breaks off into 2 smaller asteroids when hit until the asteroids are very small. Both the ship and the asteroids wrap around the screen in all 4 directions.
Survive by shooting and dodging all asteroids possible!