Thursday, August 4, 2011

Creating your first XNA Game

So say you want to create your own game and you're looking for a good place to start, you've come to the right place. I am going to try to break this down to the best of my knowledge assuming that you have a little comprehension of the C# programming language. To get started you need to download and install the Windows Phone SDK, then download and install the Windows Phone Developer Tools January 2011 Update and the Windows Phone Developer Tools Fix. (Note: According to Microsoft's website the January 2011 Update should only be applied after you've installed the Windows Phone Developer Tools.)

Once you've got Visual Studio installed and running click on File menu > New Project. From the list on the left
Give it a name and a location and Visual Studio should create a template for you. As it is you have a working game, although it may not do much. To run your game just hit F5 on the keyboard or click on Debug>Start Debugging. You should see a blue screen much like this:


Congratulations! You've got your first game running.

No comments:

Post a Comment