Lab 3: Space Wars
- 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)
- Have a look at the readme, and give it a run (1 point).
- Move the sun (by modifying the settings.xml) (1
point). (Let's try to stick with the retro game.)
- Make the Sun Yellow (I changed RetroSun.cs) (1 point).
- Change the location of one of the players. (I did this in
RetroScreen.cs.) (1 point)
- Make the ships thin by (changing the vector in the ship
constructor in Ship.cs) (1 point).
- Make the shots faster. (I did this by changing shotSpeed in
Ship.cs.) (1 point)
- Can anyone tell me the class diagram? (1 point)
- Futz around as much as you'd like.
- Can you remove the evolved code? (1 point)