Can anyone tell me how to make game in c#.if any one please send me source code
Thanks

Recommended Answers

All 4 Replies

Dare I ask, what kind of game do you want to make?

If you really need to make games in c# use XNA. You have to download XNA famework (link bellow). You can find enough resources to start and framework download link here:http://create.msdn.com/en-US/. Note XNA is good for beginners and small games. If you want to develop games professionally, you must learn C++ and DirectX (or OpenGL), because most of companies are using DX/OGL.

If you haven't made a game yet, id recommend starting with something simple like Tic-tac-toe. Its easy, and helps you learn the basics of game design and can also be valuable with incorporating images.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.