Android Studio Game Development: Concepts and Design / Edition 1

Android Studio Game Development: Concepts and Design / Edition 1

by Jerome DiMarzio
ISBN-10:
1484217179
ISBN-13:
9781484217177
Pub. Date:
11/16/2015
Publisher:
Apress
ISBN-10:
1484217179
ISBN-13:
9781484217177
Pub. Date:
11/16/2015
Publisher:
Apress
Android Studio Game Development: Concepts and Design / Edition 1

Android Studio Game Development: Concepts and Design / Edition 1

by Jerome DiMarzio
$39.99
Current price is , Original price is $39.99. You
$39.99 
  • SHIP THIS ITEM
    Qualifies for Free Shipping
  • PICK UP IN STORE
    Check Availability at Nearby Stores

Overview

This short book walks you through the process of creating mobile games using the new Android Studio IDE. Android Studio Game Development introduces you to the key tools in Android Studio and gives you the knowledge you need to develop games in Android Studio.

This book takes you from installing Android Studio, through exploring the IDE to creating a new project and setting up GitHub as a VCS. You'll then be well equipped to tackle the game-development topics that make up the rest of the book. You'll learn about OpenGL ES and how to deal with polygons, before mastering image loading and sprite sheets.

The final three chapters cover topics vital to successful game development: interactivity. You'll gain skills in reading user input, responding to that input with in-game movement, and detecting collisions.

You'll learn:



• How to create projects in Android Studio
• How to use the SDK manager to keep your Android SDK current
• How to commit to and get projects from GitHub
• How to use OpenGL ES to load images
• How to react to player input
• How to debug your games using Android Studio

Audience

This book is for those who may be new to game development who have some experience with Android Studio IDE and Android. To learn about Android Studio, check out Learn Android Studio IDE by Gerber and Craig (Apress).


Product Details

ISBN-13: 9781484217177
Publisher: Apress
Publication date: 11/16/2015
Edition description: 1st ed.
Pages: 95
Product dimensions: 6.10(w) x 9.25(h) x (d)

About the Author

J. F. DiMarzio is a seasoned Android developer and author. He began developing games in Basic on the TRS-80 Color Computer II in 1984. Since then, he has worked in the technology departments of companies such as the U.S. Department of Defense and the Walt Disney Company. He has been developing on the Android platform since the beta release of version .03, and he has published two professional applications and one game on the Android Marketplace. DiMarzio is also an accomplished author. Over the last 14 years, he has released 12 books, including Android: A Programmer’s Guide. His books have been translated into five languages and published worldwide. DiMarzio’s writing style is very easy to read and understand, which makes the information in the topics that he presents more retainable.

Table of Contents

● Chapter 1 Installing Android Studio
• This chapter walks the reader through downloading Android Studio, setting up their Java Path if needed, and setting up the Android SDK. The reader will get to see step by step what options to set when installing and configuring Android Studio for the first time, and they will be introduced to Android Studio’s Tip of the Day.
● Chapter 2 Exploring the IDE
• Chapter 2 takes the reader on a tour of the IDE. The reader will learn what the different windows and views that make up Android Studio represent, and how to effectively use them when developing code.
● Chapter 3 Creating a new project
• In this chapter, the reader creates a new project from scratch using Android Studio. This project will be used throughout the remainder of the book.
● Chapter 4 Setting up Git hub as your VCS
• In Chapter 4, the reader learns how to set up Git hub as their versioning control system (VCS). The chapter will lay out for the reader, step by step, how to create a Git hub login, and then use that information to set up Android Studio’s VCS. Once Git hub is set up, the reader will commit and download code.
● Chapter 5 Intro to Game Development
• Chapter 5 walks the reader through the basic theory of game development, focusing mainly on what is a game loop and how to construct one. The reader builds their first game loop in this chapter and will add to it as the book progresses.
● Chapter 6 OpenGL ES and Polygons
• The reader learns how use OpenGL ES to create polygons in Chapter 6. Polygons are the base for all in game objects, and understanding how polygons are constructed and displayed to the screen is essential to create a game.
● Chapter 7 Loading images and sprite sheets
• In Chapter 7 the reader learns how to easily load images to the screen with OpenGL ES and polygons using textures. Building on Chapter 6, this chapter teaches the reader how to map images onto polygons to display them in the game. At the end of the chapter that reader using this knowledge to cycle through images in a sprite sheet.
● Chapter 8 Reading user input
• In Chapter 8, the reader learns how to read user input and interpret in their game. Android phones come with several sensors that can be used to control a game, namely the touch screen and the gyroscopic sensors. This chapter teaches how to read information from these sensors.
● Chapter 9 In-game movement
• This chapter, building on Chapters 7 and 8, teaches the reader how to use information that is read from the input sensors, and sprite sheets, to move in game items on the screen. The reader also learns how to detect boundaries to keep in game items on the screen.
● Chapter 10 Collision detection
• In the final chapter of this book, the reader learns how to use collision detection to destroy in game items and close their game loop.

From the B&N Reads Blog

Customer Reviews