C# Game Programming - Walkthrough

Conor

Member
Joined
Dec 12, 2012
Messages
34
Reaction score
103
Hello.

Recently I decided to try and learn some basic game programming with C#. I am currently only using the winforms (drawing on forms with the System.Drawing magic); better games with more in-depth graphics and logic use other things such as the OpenGL Graphics Library.

With as little as I know, I have managed to make a nice working snake game, and have just started making tutorials for another random little game I had in mind; so it is a fun journey. The game (completely random idea, not very creative) looks like this: http://puu.sh/2YpR5.png

My walkthroughs for this new game are on youtube, there will be 5 videos in total averaging about 9 minutes in length. If you would like to expand your knowledge with C# then take a look if you like. I'm not a very good programmer but I hope I can help some people who may be interested in learning.

My channel is: http://www.youtube.com/user/CSharpCorner

Thanks.
 
Top