I\'m working on a game in C# with XNA and I\'ve been learning program in C# thanks to Nick Gravelyn\'s tutorials, but I\'ve hit a snag. While I\'m using Nick\'s collision system, I\'m not using his pl
I Am working on a 2D game in XNA that needs some physics. I have found that physics engines such as Farseer will not cut it due to some of the ways they work. (thats a long story involving rewriting t
I get a ContentLoadException \"File not found\", when the debugger hits my LoadContent method in my DrawableGameComponent.I created a test string that outputs the Content Root Directory and it is as f
I\'m trying to send a GET request using HttpWebRequest. I\'ve found a lot of examples all over the web (for example, this one...just go down to the Scrape() method). They all basically do the same thi
I\'m working on my first game for Windows Pho开发者_运维知识库ne 7 with xna. After some testing I noticed short slow downs in the game animations and implemented some performance tests but wasn\'t abl
I\'m using VS2010 express to create a game built with xna. I\'m trying to use t4 templates (to produce strongly-typed classes of content locations, thus using Level1Location = Content.Levels.Level1 in
I\'m trying to write a simple .txt via StreamWriter. I 开发者_开发问答want it to look like this:
hey i am thinking if i could make instance of a class with in itself... My problem is that i ma creating 3D Spheres for planets & their moons whose data i am keeping in Object. I pass parameters
I read and try that pure Magenta Color 255, 0, 255 in an i开发者_C百科mage is automatically transparent, but unfortunately failed, is there anything should I setup first?
I\'m going through the process of building my OOP skills, and have written an abstract Screen class with an update method that takes a KeyboardState and MouseState as parameters,and a draw method that