Author: If broken it is, fix it you should : ASP.NET | Posted on: 3/4/2009 2:28:00 AM | Views : 783

This is part three in a series of 5 posts showing how I built a simple game in Silverlight, you can follow along (reading the posts in order) to build your own Traffic Jam game. I would recommend that you also go through ScottGu?s silverlight tutorials as well as the other tutorials on www.silverlight.net In Part 2 we created some Cars to place on the board, in this post we will read the level information and place the Cars accordingly. I have attached a number of xml files to this post with level information. You can create a folder in your project called Levels and add the xml files to this folder. Each level has it?s own LEVEL X .XML file and a level is represented as a number of cars: <?xml version="1.0" encoding="utf-8"...(read more) ...

Go to the complete details ...