I'm the project co-ordinator on the MonoGame project. What is MonoGame I hear you ask...
MonoGame is an open source implementation of the XNA APIs using OpenGL, that allows developers to build 2D games that run on Android, iPhone, iPad, Mac, Linux and Windows using the same code base, or reusing existing XNA code that runs on Xbox 360 or Windows Phone 7.
We recently announced MonoGame 2.0
In summary you use Mono's C# compiler to write your game, then target the aforementioned platforms, and I hope eventually Raspberry Pi. There is already another thread that shows that the Mono compiler should work on the device.
So what I'd like to know is if someone could grab the latest sourcecode from here https://github.com/mono/MonoGame and using the Mono compiler on a Raspberry Pi to see if our humble project will work on the RPi?
I envision the RPi as being a great educational tool for would be game programmers to prototype their game ideas or even for newbies to learn game development on a cheap, yet powerful device.
I look forward to your feedback.