Tuesday, March 24, 2009

Week 8 : Debugging and Classes


In this example I have provided the framework for a space shooter.

There are two classes, Alien and Star. There is a bug in Alien that makes all the aliens move to the top left hand corner. They should bounce around the screen.

1. Use the debugger and check the program execution to determine the error.
2. Continue working on the classes to derive new aliens and planets.
3. Add a player class.
4. Add player movement and shooting.
5. Add score.
6. Think about level design - we will cover this next week.

Here's the project - SpaceShooter

No comments:

Post a Comment