views:

217

answers:

3

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
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
+1  A: 

Google this name. The title of the book is "3D Game Development with Microsoft Silverlight 3: Beginner's Guide".

JMSA