Nemesis 0.1a

(click to go to the game)






Asteroids 3.0

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:

  • Asteroids split into smaller chunks with explosion animation and sound
  • 5 different ship enhancements- from bullet modifiers to temporary protective shields
  • Realistic smoke using sprites
  • Basic physics for the ship





Ball Physics Demo

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.