In this series of blog posts I'll be covering the steps to go through to create a game similar to Angry Birds.

We will use the XNA framework on Windows Phone 7 to do this.
All the required tools can be found on the App Hub site: http://create.msdn.com/en-us/home/getting_started.
We will also use NuGet, so make sure to install that as well if you haven't done so yet: http://nuget.org/.

We will cover topics such as game screen management, sprite sheets, animations and of course the physics engine.

Check complete article here

Original Source