BIS 3325 Home Page The Prior Page The Next Page
Middlesex Logo

Lab 3: Space Wars

  1. Get the spacewar game going. Open Visual Studio 2010. Open recent projects. You should be able to get the game running pretty easily. (2 points)
  2. Have a look at the readme, and give it a run (1 point).
  3. Move the sun (by modifying the settings.xml) (1 point). (Let's try to stick with the retro game.)
  4. Make the Sun Yellow (I changed RetroSun.cs) (1 point).
  5. Change the location of one of the players. (I did this in RetroScreen.cs.) (1 point)
  6. Make the ships thin by (changing the vector in the ship constructor in Ship.cs) (1 point).
  7. Make the shots faster. (I did this by changing shotSpeed in Ship.cs.) (1 point)
  8. Can anyone tell me the class diagram? (1 point)
  9. Futz around as much as you'd like.
  10. Can you remove the evolved code? (1 point)