Open Source C# Games?

Discuss about anything related to the Irrlicht Engine, or read announcements about any significant features or usage changes.
Post Reply
RoninGT
Posts: 6
Joined: Sun Sep 17, 2006 3:53 pm

Open Source C# Games?

Post by RoninGT »

Is there any games made with C#, using the engine, that are open source? I am a fairly good C# coder but looking for example of games. How things are used and so on and so forth.

Ronin
shurijo
Posts: 148
Joined: Sat Feb 21, 2004 3:04 am

Post by shurijo »

If you can find any .NET app, then you can view the source code without any problems. Since none of the .NET apps are compiled, you just need a viewer that can read/convert MSIL (or just use the .NET SDK tool to unassemble it back to C#).

I use Reflector, it has a great viewer (and other plugins) and converts to C#, VB.NET, and a few other .NET languages.

There's a fighting game posted here on the forums that is open source C# with Irrlicht. It was called World of something (sorry forgot the name). If you look through the project forum, you might find some others.
MarcoTMP
Posts: 37
Joined: Mon Aug 29, 2005 8:14 pm
Location: Dominican Republic
Contact:

Post by MarcoTMP »

Post Reply