XNA - Best way to learn

Recommended Videos

His22

New member
Apr 14, 2009
22
0
0
I don't have a 360. I need to learn XNA for a University course, which is required soon but they don't teach us until January because of some weird mistake. I've started the official tutorials but they seem more of a step by step guide rather than im learning anything. Any ideas?
 

TheSeventhLoneWolf

New member
Mar 1, 2009
2,064
0
0
If you like need ways to learn things, make things into songs, acronyms, repeat them, revise them for 10 minutes every day, and take breaks. If that's not the answer you're looking for, then bugger. sorry.
 

Valiance

New member
Jan 14, 2009
3,823
0
0
http://www.fiercedeveloper.com/story/xbox-make-your-own-games-xna-10-steps-diy

Here you go!~

Lol at how learning C# is apparently an easy step.
 

DamienHell

New member
Oct 17, 2007
656
0
0
Distorted Stu said:
I take it XNA is the coding language for xbox?
Not even close.
His22 said:
I need to learn XNA for a University course, which is required soon but they don't teach us until January because of some weird mistake. I've started the official tutorials but they seem more of a step by step guide rather than im learning anything. Any ideas?
Is the course your taking only teaching you XNA? Because that uses C#. C++ is what you want to learn. I know how you feel though, I went through a few XNA tutorials and didn't understand what I was learning. Try some videos on youtube (helped me learn C++) or other tutorial sites. If the tutorial tells you something new, then makes you make a program (one you haven't made yet) using that code, its a good tutorial. You need to learn how to apply code to different situations.