Building your First Mobile Game using XNA 4.0

Brecht Kets, Thomas Goussaert

  • 出版商: Packt Publishing
  • 出版日期: 2012-11-17
  • 售價: $1,770
  • 貴賓價: 9.5$1,682
  • 語言: 英文
  • 頁數: 158
  • 裝訂: Paperback
  • ISBN: 1849687749
  • ISBN-13: 9781849687744
  • 海外代購書籍(需單獨結帳)

商品描述

A fast-paced, hands-on guide to building a 3D game for the Windows Phone 7 platform using XNA 4.0

Overview

  • Building a 3D game for the Windows Phone 7 platform.
  • Drawing 2D and 3D graphics on Windows Phone.
  • Using the rich capabilities of the Windows Phone platform.
  • Creating a custom framework step by step that will act as a base for building (future) games.
  • An engaging and hands on beginner's guide to Windows Phone 7 3D game development using XNA 4.0.

In Detail

With the dawn of the Windows Phone 7 platform, Microsoft has offered us an easy way to create 3D mobile games. In this book, we will build a 3D game for Windows Phone 7 together, taking full advantage of the graphics and touch capabilities, along with the sensors of the platform.

"Building your first mobile game using XNA" is the book for starting game development on the Windows Phone 7 platform. This book will go over the technical aspects of building games along with designing your own framework. Finally we'll build an actual game together from the ground up! This book will set future mobile game developers in the right direction.

The XNA framework empowers us to build 2D and 3D games for PC, Xbox 360 and Windows Phone 7. We will use those capabilities to create stunning 3D games for the Windows Phone 7 platform. We will start by covering the basics like drawing graphics, followed by building a custom framework and end with building a game together!

In this book, we will cover drawing 2D and 3D graphics, both static and animations. We will also cover the various ways of handling user input and help set the mood of our game playing both 2D and 3D sound, and accessing the user's media library. The only thing left before building a game is covering several techniques created for making our life easier while building the game, whilst building a framework to do just that. Finally, we'll build a 3D game together that will run on the Windows Phone 7 platform.

"Building your first mobile game using XNA" is the book you need to get started with mobile game development for Windows Phone 7. Its hands on approach will set you on your way in no time. Let's build some games!

What you will learn from this book

  • Installing the Windows Phone SDK and the XNA framework.
  • Drawing 2D and 3D graphics.
  • Mixing 2D and 3D graphics.
  • Drawing 2D and 3D animations.
  • Playing 2D and 3D sound.
  • Playing songs.
  • Handling touch input and gestures (tap, swipe, zoom, ...).
  • Building a scene graph and level system.
  • Handling collision.
  • Creating menus.
  • How to build a 3D game!

Approach

This book is a step-by-step tutorial with a lot of screenshots that help to explain the concept better.

Who this book is written for

This book will cover the building of a 3D game for Windows Phone using XNA. We won't explain the C# programming language itself, nor object-oriented programming.

We will however explain the aspects of game development thoroughly, so don't worry if you have never written a 3D game. We will cover all the basics, included the much dreaded math.