Today is the thirteenth day of Diduary. You can see links to all of the published articles in the series here.
And furthermore, did you know it uses many of the same tools, languages, and technologies you’re already familiar with? And that this same technology can be used to create games for the Xbox 360 too?
This technology is called XNA, and is a free add-on to Visual Studio. You can get XNA Game Studio 3.1 here.
Once you have it downloaded and installed it, you’ll have a few new templates in Visual Studio.
This isn’t a post about XNA development, however. It’s a “Did you know” article. So let me show you some of the things you’ll be able to do. I’m currently in the process of writing a game for my Zune HD, and I’ll publish it with a solid description once it’s done.
Accelerometer
A Zune HD has an accelerometer, so that means you can handle things like tilts, shakes, and orientation changes of the device. I found a great example of an application that takes advantage of this feature. In order to get this application on your device (or any other application at this point), you need to have the full development environment set up. We’ll cover that at the end of this article. For now, here’s a link to the Zune HD Level application.
Multitouch
The Zune HD is also capable of handling multi-touch input. I also found a great example of this in an existing application, and it’s the basis for the application I am building. You can download the multi-touch Zune HD app here.
In order to install these apps, you do, unfortunately, have to have a full XNA development environment set up, and have your device registered through the XNA Game Studio Device Center. Here’s a look at my device center:
And here’s a list of the things you need to have installed on your system in order to develop, install, and deploy apps to your Zune HD:
- Windows XP or later
- A Zune device with firmware 2.5 or higher
- Visual Studio 2008 or better (Visual C# 2008 will also work)
- XNA Game Studio 3.1
- Zune software client
So get started building an app for this next generation device. I think you’ll be surprised how easy it really is.
Leave a Reply