Asteroids (Rice Rocks) in Python version 2

This is the latest version of my asteroids game.  In this version, I have the ship moving, the asteroids being created in random places every few seconds and ship being able to fire missiles from the top of the ship. I also included score and lives counters. (See the video. It includes sounds)

This is all I needed to do for this part of the project.  In the next part of the project, I will try to finish the game. My notes for finishing version 3 are below.


Comments

Popular posts from this blog

Space Wars- Python 3

Maze Game in Python using Turtle