How do I make games in WPF and in C#? Is there a document in PDF format that explains this?
+5
A:
You could read the articles posted on Silverlight Games 101, as a starting point.
That being said, it's more just learning how to write games. Using WPF/Silverlight is just one way to render your game - but writing the game is pretty much going to require all of the same skills as using other platforms.
Reed Copsey
2009-12-19 01:30:05
A:
There is a 2D (sprite based) port of the XNA framework to Silverlight called SilverSprite The same tutorials that work for XNA work for this library.
Mike Brown
2009-12-19 01:30:24