What are 3D games written in C #?
You can have a look at SharpDevelop and / or MonoDevelop , two IDE-driven spen source environments.
Also, as others have argued, there are many C # OSS frameworks you can look into. Here is the first list .
source to share
Quake ported to C # / Silverlight: http://www.innoveware.com/quakelight.html
Play it now: http://www.innoveware.com/ql3/QuakeLight.html
source to share
A very good resource is the XNA Creators Club .
It has some great learning resources (starter kits for XNA are complete games, with artwork written in C #). In addition, there is a community based site full of examples of 2D and 3D games written in C #.
source to share
SourceForge can be a good place to start. On the projects page, select C # as your programming and search language. There are currently about 17,000 C # projects.
Browsing the source for a large project can be a little tricky if you're learning - I'd recommend trying to find something simple to start with.
Edit: A couple more quick links to games
- C # Sudoku
- Gem Towers (much more ambitious 3D C # game)
source to share
You can take a look at Unity3D - it uses Mono to run games on Mac and PC. All behavior code is written in C #. There are games from both EA and Cartoon Network, as well as many corporate and indie games based on Unity. List of Unity 3D Games
source to share
Here are some 3D engines and nothing built in C #:
http://www.multiverse.net/index.html ( C # Link )
http://axiomengine.sourceforge.net/wiki/index.php/Main_Page
http://www.visual3d.net/
source to share