Contents
Which is the best site to learn XNA?
XNA Game Programming Adventures: This site has one short tutorial series on building a brick breaking game, aimed at beginners, and one huge series (over 30 parts long!) on building an RPG, aimed at more experienced developers.
What kind of games can you make with XNA?
XNA (originally “Xbox New Architecture”, now simply “XNA’s Not Acronymed”) is a set of.NET-based game development tools, which run on Windows – sorry, Mac and Linux users. Games made with XNA can be run on Windows, Xbox 360, and Windows Phone 7, with other projects like MonoXNA and MonoGame attempting to bring the games to other platforms.
How many XNA tutorials are there for 3D games?
Riemer’s 2D and 3D XNA Tutorials: Riemer has one series on making 2D shooters, and four series on making 3D games, split over 89 individual tutorials. As he puts it, “the major aim of these XNA tutorials is to produce nice-looking results within the shortest possible time.”
When did the latest version of XNA come out?
Since the XNA Framework is built on .NET, any .NET language can technically be used to make games with it – although only C# and Visual Basic.NET are officially supported. The latest version of XNA, 4.0, was released in September 2010 with a refresh in October 2011, so it’s fairly mature, and there are plenty of resources for it.
Do you need to learn C # to make XNA games?
Learning C#. If you want to make games with XNA, you will need to learn to program. Rather than trying to learn to program and learn XNA game development at the same time, it’s easier to tackle programming on its own. Yes, that means building things that aren’t games, but this will help you make games in the long run.
Which is the best version of XNA for PC?
The download includes Visual Studio Express 2010, but if you already have a better version of Visual Studio 2010, you can download and install the XNA tools separately: XNA Game Studio 4.0 and XNA Game Studio 4.0 Refresh. You might also want to buy an Xbox 360 controller for your PC for testing purposes, though of course this is optional.
What can I do with XNA shader programming?
We usually participate in various competitions regarding graphics/game development, at The Gathering, Assembly, Solskogen, Dream-Build-Play, NGA and so on. The XNA Shader Programming series will cover many different aspects of XNA, and how to write HLSL shaders using XNA and your GPU.