This is part one 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 1. Create a new Silverlight Application using VS 2008 and call it SeattleStreets When you click ok you will be asked to create an asp.net application or automatically generate a test page to host Silverlight at build time. We can choose the latter for this project. When we create the project, we get App.XAML + App.XAML.cs which is the starting point for our application. This generates an instance of our only user control (Page.XAML/Page.XAML...(read more) ...
Go to the complete details ...