vote up 6 vote down star
8

I am looking for quality tutorials, examples, and any other source of information on game design or game development. I have already found http://cheezeworld.com/game-structure/ and I want to find more. Some specific examples that I'm looking for would be making requirements for games, testing game code, what design patterns are more/less useful and why, as well as sources for free media (sounds, graphics).

I will most likely be making the game using XNA, which implies I'll be coding in C#. However, I want my information to not be language specific when possible .

Resources: Gamasutra Ziggyware Cheezeworld GameDev Learning Game Programming XNA CreatorsClub MSDN XNA DevMaster

flag
good luck on that. There are some textbooks out there for game development, but they are linked to a language. Perhaps you would be better off studying game theory. – WolfmanDragon Feb 4 at 22:48
There are many questions on this topic that have already been asked here. Here is just one such: stackoverflow.com/questions/174830/… – EBGreen Feb 4 at 22:49

8 Answers

vote up 10 vote down check

http://www.gamedev.net is a good resource.

link|flag
gamedev is the resource! +1 – ninesided Feb 4 at 22:49
vote up 6 vote down

I've made very good experiences with Gamasutra, where very comprehensive and professional articles can be found. For your work with XNA i can recommend Ziggyware which holds loads of tutorials including downloadable source code.

link|flag
vote up 4 vote down

Blogs:

If anyone knows more blogs worth following, please, post them too.

Sites:

Usenet:

  • rec.games.roguelike.development. I know. Group is mostly about developing roguelike games, but you can also find here useful general ideas too.
link|flag
Amit's site is GREAT! Thanks :) – BloodySmartie Feb 5 at 12:17
vote up 2 vote down

This guy is in the same boat. He just got started and is using XNA.

http://learning-game-programming.com/

link|flag
vote up 1 vote down

Ziggyware and the CreatorsClub are two good places for XNA programming stuff. It is where I started.

link|flag
vote up 0 vote down

Generic: GameDev, DevMaster

XNA-specific: XNA Creators Club, MSDN XNA Developer Center

link|flag
vote up 0 vote down

I second Gamasutra as an excellent source of information/news on game development. Besides the resource already mentionned, I'd had this link collection and the game programming wiki which contains far less information than it could, but still can be an interesting resource.

link|flag
vote up 0 vote down

This site has quite a few quality XNA tutorials. Check out 3D Buzz:

I am also a fan of Digital Tutors XNA - DVD tutorials collection:

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.