Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống
1
/ 451 trang
THÔNG TIN TÀI LIỆU
Thông tin cơ bản
Định dạng
Số trang
451
Dung lượng
6,02 MB
Nội dung
[...]... XNA 4.0 for WindowsPhone Even if you are relatively new to Windows Phone7 and XNA 4.0, this chapter should get you up and running Can't wait to begin Windows Phone 7? Let's begin Installing WindowsPhone Developer Tools Microsoft XNA Game Studio 4.0 is included as part of the WindowsPhone Development Tools It is a set of software tools that can be used by developers to create games for Windows Phone. .. into WindowsPhone Developer Tools and XNA Game Studio 4.0 In this chapter, we will cover: ff Installing WindowsPhone Developer Tools ff Creating your first WindowsPhoneXNA application ff Deploying your game on an emulator or device ff Getting familiar with orientation ff Using DrawableComponent and GameServices Introduction WindowsPhone7 is a new platform from Microsoft It succeeds the Windows. .. Contents Preface 1 Chapter 1: Jump into WindowsPhone Developer Tools and XNA Game Studio 4.0 7 Introduction 7 Installing WindowsPhone Developer Tools 8 Creating your first WindowsPhoneXNA application 9 Deploying your game on an emulator or device 12 Getting familiar with orientation 15 Using DrawableComponent and GameServices 18 Chapter 2: Playing with WindowsPhone Touch and Sensors 23 Chapter 3:... developers to create games for Windows Phone 7, Xbox LIVE Indie Games, and Windows The entire tool package contains: ff Visual Studio 2010 Express for WindowsPhone ff WindowsPhone Emulator Resources ff Silverlight 4 Tools For Visual Studio ff XNA Game Studio 4.0 ff Microsoft Expression Blend for WindowsPhone Installing the toolset is the first step of your WindowsPhoneXNA game programming journey In this... amazing mobile games around Xbox Live based on XNA Game Studio 4.0 Unlike the previous version, XNA 4.0 is included in a tool collection called WindowsPhone Developer Tools utilized for producing WindowsPhone games With the tools and Visual Studio 2010, it will be easy to have and employ the Windows Jump into WindowsPhone Developer Tools and XNA Game Studio 4.0 Phone application to the device As a bonus,... first WindowsPhoneXNA application After installing the Visual Studio 2010 and WindowsPhone Developer Tools, I am sure you cannot wait to begin your first WindowsPhoneXNA application In this section, you will start the charming journey, learn about the basic and important code of XNA, and how this code works It is easy to get started 9 Jump into WindowsPhone Developer Tools and XNA Game Studio... automatically create the WindowsPhone Game project for you 5 The generated WindowsPhone Game project WindowPhoneGame1 automatically has the main game functionalities; the other generated associate project WindowsPhoneGame1Content is responsible for the game content: 10 Chapter 1 How it works The basic methods in Game1 class residing in Game1.cs of your first WindowsPhone Game project WindowsPhoneGame1 are... Live space and is equipped with handy development tool set to make your game global How? Read this book! Windows Phone7XNACookbook is a unique choice covering everything you need to know to develop games on the WindowsPhone It explains all the core areas of XNA game development for Windows Phone, such as controlling sensors, gestures, and different kinds of cameras The 2D game development recipes... XNAWindowsPhone Game is done, although it is just a blank screen as shown in the following screenshot Isn't it easy? Deploying your game on an emulator or device In the previous recipe, you completed your first XNAWindowsPhone Game In this recipe, you will learn more details on how you can deploy your WindowsPhone application on the emulator or device Getting ready When you build the Windows Phone. .. orientation The orientation for WindowsPhone7 stands for different directions, landscape or portrait By default, XNA programs for WindowsPhone7 run in landscape mode This recipe discusses how to transcend those defaults and explores other issues involving screen size and events Getting ready The following two screenshots demonstrate the different modes of Windows Phone7 The image on the left indicates . alt=""
Windows Phone 7 XNA
Cookbook
Over 70 recipes for making your own
Windows Phone 7 game
Zheng Yang
BIRMINGHAM - MUMBAI
Windows Phone 7 XNA Cookbook
Copyright. into Windows Phone Developer Tools and XNA
Game Studio 4.0 7
Introduction 7
Installing Windows Phone Developer Tools 8
Creating your rst Windows Phone XNA