(click to go to the game)
This is my asteroids game. I originally intended it to be just a simple asteroids game, but as I built it I kept wanting to add extras to it.
The game is a standards Asteroid-like game, where the main purpose is to destroy all the asteroids on screen to go onto the next level.
Some of the features of the game:
This game is my first try at a game using actionscript. I had followed a tutorial to create a ball and move it around on screen, but I decided to add gravity to draw it towards the bottom, as well as give it boundaries, and the ability to "bounce" off the sides with speed relative to the speed that it "hits" the wall at.