Sunday, July 5, 2009

Restucture

I'm currently working on restructuring the code behind my game to accept settings files, which will be written in xml. At my current job, these are the most versatile files in our programs. When each program or service loads, it looks for an xml file, parses the tags and using reflection applies any properties that have the same name as the xml tags.

After that, I'll have to create code to handle multiple players. I'm working on something much larger than joust...

No comments:

Post a Comment