Are there any good XNA/C# tutorials that teach how something works?

Started by
3 comments, last by DarrenHorton 12 years, 1 month ago
Most of the ones I see are of the "do this" or "copy pasta this" variety. I want to learn to do new things, but at the same time, I want to know why this works, or what this is doing to produce the desiered result, etc.

I looked at Microsoft's Game State Management sample, and I saw it work, and I was able to add my game to it. But I didn't know what was going on to make it work, or how to add new parts to the code (to make new screens, basically).

So yeah, are there any that fit my description? Or am I somehow asking too much, or going too far in depth?
Advertisement
http://www.3dbuzz.com/vbforum/sv_home.php
Would you be referring to their paid videos? Or the free ones?
Try looking over the C#/XNA design patterns from that website under "nelsons corner"
http://www.3dbuzz.co...304bd1abc3636f2


Looks like a good website by the way, thanks for sharing. I'll definitely be watching some of those videos

EDIT: Nevermind seems everything is a member only video

Would you be referring to their paid videos? Or the free ones?


Click on C# and take a look at the videos.

You can have a taster session looking at the free C# videos.

3D Buzz is the only website I know which gives in depth C# beginner game tutorials walkthroughs.

Of course you have to pay as the videos are long.

Learn Visual Studio .Net is good for learning C# but is not free.

This topic is closed to new replies.

Advertisement