Book Image

Windows Phone 7 XNA Cookbook

By : Zheng Yang
Book Image

Windows Phone 7 XNA Cookbook

By: Zheng Yang

Overview of this book

Developing games for Windows Phone 7, a new mobile platform, is your big chance to impact the world of mobile games. The XNA 4.0 for Windows Phone 7 integrates a lot of capabilities from software and hardware for you to create incredible games. The next generation of mobile games will be built by you. Windows Phone 7 XNA Cookbook is the best choice for you to make a game on Windows Phone 7. The book helps you to master the indispensable techniques to create your games using XNA 4.0. From the basics such as animating a 2D sprite and interacting with the customized graphical user interface to the more challenging such as 3D graphic rendering and collision detection. This comprehensive cookbook covers all the essential areas of XNA game development for Windows Phone 7, such as approaches to control the sensors, gestures and typical kinds of cameras. We also have recipes for sprite animation, texture rendering, and graphical user interface development that will give you a powerful tool to work with 2D effects. After this we move onto the more juicy stuff with recipes covering 3D graphic rendering and collision detection, and major ways to improve your loading efficiency. You will also work with Xbox live so you can take your game global. Finally, no mobile game development book would be complete without a look at performance optimization to make your games run faster. Windows Phone 7 XNA Cookbook will equip you with the firepower to rock the game world.
Table of Contents (17 chapters)
Windows Phone 7 XNA Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface

Installing Windows Phone Developer Tools


Microsoft XNA Game Studio 4.0 is included as part of the Windows Phone Development Tools. It is a set of software tools that can be used by developers to create games for Windows Phone 7, Xbox LIVE Indie Games, and Windows. The entire tool package contains:

  • Visual Studio 2010 Express for Windows Phone

  • Windows Phone Emulator Resources

  • Silverlight 4 Tools For Visual Studio

  • XNA Game Studio 4.0

  • Microsoft Expression Blend for Windows Phone

Installing the toolset is the first step of your Windows Phone XNA game programming journey. In this recipe, you will learn how to set up the handy programming environment.

How to do it...

The following steps show you how to install the Windows Phone Developer Tools.

Visual Studio 2010 is a required tool for XNA game development. If you do not have it:

  1. 1. You can download it from http://www.microsoft.com/express/downloads/.

  2. 2. Choose Visual Studio 2010 Express for Windows Phone, and the main page for downloading the tool will show up. Then follow the on-screen guidance to finish the downloading and installing process.

  3. 3. Once web installation begins, your computer must connect to the Internet to completely download the installer.

The following are the steps for installing XNA Game Studio 4.0 with Windows Phone Developer Tools:

  1. 1. Navigate to http://create.msdn.com/en-us/resources/downloads to download XNA Game Studio 4.0.

  2. 2. Click on the link to download XNA Game Studio 4.0 you will see a new download page.

  3. 3. Follow the on-screen guidance to finish the downloading and installing process.

Now, all the preliminary work of XNA game development is done.