Not much to say, but I have added a new enemy (bees!) to the game. It's pretty easy to add them, really the only hard part is deciding what they look like and how they behave.
My project for the day is to replace all my C++ and Java-esque accessor methods with the more idiomatically correct C# style get/set methods.
UPDATE:
I've finished updating the code using the get/set property style. I moved stuff around to match with the style I've seen in most of Microsoft's projects. I even took a look at the menu and game screen system examples on the XNA site, but it's too much for me to deal with right now.
Source:
Extinctathon (entire project, zipped)
Wednesday, June 4, 2008
Extinctathon: new enemies, code maintenance
Labels:
Extinctathon,
properties,
XNA
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment