Tagged Questions
1
vote
2answers
204 views
Resources to learn XNA for a professional c# developer
I'm a .net consultant (mainly c#) for my job, but for a while now, I've been interested in making a game in XNA (as a hobby project).
I've had a "beginner" course in XNA when I was still a student, ...
11
votes
3answers
1k views
What are some great and useful resources for an Isometric game built on the XNA Framework?
I'm currently working on an isometric game using the Microsoft XNA Framework. I'm looking of resources that would be of use for making this a successful project, such as isometric engines, physics ...
7
votes
3answers
2k views
Programatically loading fonts, textures, and media in XNA
So far, in my rhythm game, I've been using XNA's Content Pipeline for loading static resources in my app (videos, sound effects, etc). However, down the road I'd want to allow users to create their ...