C# 3D Chess Game

3dcchess

Hey so I want to create a 3D chess game (3D glass pieces), like the Chess game Vista provides, Chess Titans, but I'm not sure how to get started. I know I should probably use Blender for the modeling and Visual Studios for the programming. Can you provide links to comprehensive tutorials that can help me get started? Thank you

Best Answer

You should use Microsoft's XNA Game Studio: http://creators.xna.com/en-US/

It's a great API actively maintained by Microsoft and there is a HUGE list of samples and tutorials to help you get started making 3D games right away.

Here's a link to a 3D Othello game written in C# and XNA: http://creators.xna.com/en-US/minigame/minjie

Related Topic