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
Open Source C# Games?
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.
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.
The game is World of Ideas.
http://irrlicht.sourceforge.net/phpBB2/ ... hp?t=13780
http://irrlicht.sourceforge.net/phpBB2/ ... hp?t=13780