By tag: Gaming
0
kicks
Open source Mono framework brings C# to iPhone and Wii
Mono, an open source implementation of the .NET runtime, is being used to build games for the iPhone and Wii. Ars looks at how static compilation has made it possible for Mono applications to meet Apple's requirements for inclusion in the App Store.
0
kicks
.NET Managed Library for the Nintendo Wiimote
Use the Nintendo Wiimote from your .NET applications! Full source code in C# and VB.
0
kicks
VIDEO: .NET Micro Framework based Game
Mike Hall creates a .net game using .net frawework. For around 400KB, he managed to show a quick (10 minute code) game on an LCD!!
0
kicks
EmuEngine
With the EmuEngine, you can create simple 2D games in .NET, it’s a small library with the following classes:
* DrawingArea: This is the “main” class. It handles Picture objects, PictureWall objects, and PixelWall objects. It also includes a Collision function. Nothing more, but it’s enough fo...