Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions _posts/2012-04-22-show-and-tell-laumania.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
layout: post
permalink: /show-and-tell/5/porting-a-silverlight-game-to-xna-on-wp7.html
date: 2012-04-22 23:00
title: "Show and Tell #5 - Porting a Silverlight game to XNA"
author: "@shiftkey"
comments: true
---

## Introduction

Mads sent through a blog post yesterday about how his experiment on porting a game from Silverlight to XNA.

His starting point: a game called "We are Bugs" from [Jeff Weber](http://www.farseergames.com/).

You can go and play it [here](http://www.farseergames.com/wearebugs). I'll wait.

Back? Great. So Jeff made the source code [available](http://www.farseergames.com/blog/2009/4/30/we-are-bugs-refactored-and-source-released.html) a while ago, and Mads has experimented with porting the code to Silverlight in WP7 and then in XNA.

[His results are up on GitHub](https://github.com/Laumania/WeAreBugs-XNA) for those who want to compare and contrast the differences.

## About the Author

Mads Laumann is a developer from Denmark who works with C# and ASP.NET by day and experiments with a other Microsoft technologies in his spare time. He blogs at [laumania.net](http://laumania.net/) and is [@laumania](http://twitter.com/laumania) on Twitter.