Building Android Games with Cocos2d-x
eBook - ePub

Building Android Games with Cocos2d-x

Raydelto Hernandez

Condividi libro
  1. 160 pagine
  2. English
  3. ePUB (disponibile sull'app)
  4. Disponibile su iOS e Android
eBook - ePub

Building Android Games with Cocos2d-x

Raydelto Hernandez

Dettagli del libro
Anteprima del libro
Indice dei contenuti
Citazioni

Domande frequenti

Come faccio ad annullare l'abbonamento?
È semplicissimo: basta accedere alla sezione Account nelle Impostazioni e cliccare su "Annulla abbonamento". Dopo la cancellazione, l'abbonamento rimarrà attivo per il periodo rimanente già pagato. Per maggiori informazioni, clicca qui
È possibile scaricare libri? Se sì, come?
Al momento è possibile scaricare tramite l'app tutti i nostri libri ePub mobile-friendly. Anche la maggior parte dei nostri PDF è scaricabile e stiamo lavorando per rendere disponibile quanto prima il download di tutti gli altri file. Per maggiori informazioni, clicca qui
Che differenza c'è tra i piani?
Entrambi i piani ti danno accesso illimitato alla libreria e a tutte le funzionalità di Perlego. Le uniche differenze sono il prezzo e il periodo di abbonamento: con il piano annuale risparmierai circa il 30% rispetto a 12 rate con quello mensile.
Cos'è Perlego?
Perlego è un servizio di abbonamento a testi accademici, che ti permette di accedere a un'intera libreria online a un prezzo inferiore rispetto a quello che pagheresti per acquistare un singolo libro al mese. Con oltre 1 milione di testi suddivisi in più di 1.000 categorie, troverai sicuramente ciò che fa per te! Per maggiori informazioni, clicca qui.
Perlego supporta la sintesi vocale?
Cerca l'icona Sintesi vocale nel prossimo libro che leggerai per verificare se è possibile riprodurre l'audio. Questo strumento permette di leggere il testo a voce alta, evidenziandolo man mano che la lettura procede. Puoi aumentare o diminuire la velocità della sintesi vocale, oppure sospendere la riproduzione. Per maggiori informazioni, clicca qui.
Building Android Games with Cocos2d-x è disponibile online in formato PDF/ePub?
Sì, puoi accedere a Building Android Games with Cocos2d-x di Raydelto Hernandez in formato PDF e/o ePub, così come ad altri libri molto apprezzati nelle sezioni relative a Computer Science e Programming in Java. Scopri oltre 1 milione di libri disponibili nel nostro catalogo.

Informazioni

Anno
2015
ISBN
9781785283833

Building Android Games with Cocos2d-x


Table of Contents

Building Android Games with Cocos2d-x
Credits
Foreword
About the Author
About the Reviewers
www.PacktPub.com
Support files, eBooks, discount offers, and more
Why subscribe?
Free access for Packt account holders
Preface
What this book covers
What you need for this book
Who this book is for
Conventions
Reader feedback
Customer support
Downloading the example code
Errata
Piracy
Questions
1. Setting Up Your Development Environment
Cocos2d-x overview
Setting up Java
Setting up the Android SDK
Downloading the Android SDK
Downloading Eclipse
Setting up the Eclipse ADT plugin
Setting up the Android Native Development Kit
Setting up Apache Ant
Setting up Python
Setting up Cocos2d-x
Creating your first project
Setting up the Eclipse IDE
Template code walk-through
Java classes
Android application configuration
C++ classes
Scenes
Summary
2. Graphics
Creating scenes
Understanding Layers
Using the director
Pausing the game
Organizing our resources files
Creating our pause scene header file
Creating the pause scene implementation file
Transitions
Understanding nodes
Understanding sprites
Creating sprites
Positioning sprites
Setting anchor points
Understanding the Cocos2d-x coordinate system
Adding sprites to the scene
Positioning sprites outside the visible area
Positioning the player sprite
Understanding actions
Moving sprites
Creating sequences
Animating sprites
Improving performance with sprite sheets
Game menus
Handling multiple screen resolutions
Putting everything together
Summary
3. Understanding Game Physics
Setting up the physics world
Collision detection
Handling gravity
Handling physics properties
Applying velocity
Linear damping
Applying force
Applying impulse
Applying torque
Putting everything together
Summary
4. User Input
Understanding the Event Dispatcher mechanism
Handling the touch event
Handling multi-touch events
Handling accelerometer events
Keeping the screen alive
Handling the Android back key pressed event
Putting everything together
Summary
5. Handling Text and Fonts
Creating TrueType font labels
Creating our GameOverScene
Calling our GameOverScene when a player loses
Customizing the GameOverScene
Adding label effects
Creating system fonts
Creating bitmap font labels
Adding more bombs to our game
Putting everything together
Summary
6. Audio
Playing background music and sound effects
Modifying audio properties
Handling audio when leaving the game
The new audio engine
New features included in the new audio engine
Adding a mute button to our game
Putting everything together
Summary
7. Creating Particle Systems
Creating collections of the Cocos2d-x objects
Exploding bombs
Adding particle systems to our game
Configuring the particle systems
Creating customized particle systems
Putting everything together
Summary
8. Adding Native Java Code
Understanding the Cocos2d-x structure for the Android platform
Understanding the JNI capabilities
Adding Java code to the Cocos2d-x game
Adding ads to the game by inserting Java code
Configuring the environment
Modifying the Android manifest
Adding the Java code
Putting everything together
Summary
Index

Building Android Games with Cocos2d-x

Copyright © 2015 Packt Publishing
All rights reserved. No part of this book may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, without the prior written permission of the publisher, except in the case of brief quotations embedded in critical articles or reviews.
Every effort has been made in the preparation of this book to ensure the accuracy of the information presented. However, the information contained in this book is sold without warranty, either express or implied. Neither the author, nor Packt Publishing, and its dealers and distributors will be held liable for any damages caused or alleged to be caused directly or indirectly by this book.
Packt Publishing has endeavored to provide trademark information about all of the companies and products mentioned in this book by the appropriate use of capitals. However, Packt Publishing cannot guarantee the accuracy of this information.
First published: March 2015
Production reference: 1240315
Published by Packt Publishing Ltd.
Livery Place
35 Livery Street
Birmingham B3 2PB, UK.
ISBN 978-1-78528-383-3
www.packtpub.com
Cover image by Ricardo Diaz ()

Credits

Author
Raydelto Hernandez
Reviewers
Alejandro Duarte
Emanuele Feronato
Akihiro Matsuura
Luma
Commissioning Editor
Veena Pagare
Acquisition Editor
Sam Wood
Content Development Editor
Samantha Gonsalves
Technical Editor
Manan Patel
Copy Editor
Deepa Nambiar
Project Coordinator
Sanchita Mandal
Proofreaders
Maria Gould
Julie Jackson
Joyce Littlejohn
Indexer
Priya Sane
Production Coordinator
Komal Ramchandani
Cover Work
Komal Ramchandani

Foreword

I really like this book and the work Raydelto did writing it. This book teaches you from scratch how to develop games using Cocos2d-x and how the JNI works. I know this book will be useful for anyone who is new in this framework or has experience in it. I read each chapter and I can say that Raydelto wrote each chapter well, so I'm sure this book contains his passion and each reader will enjoy and learn because it is an excellent book.
Carlos Piñan
CTO, Vitrum Games

About the Author

Raydelto Hernandez is a software engineer and university professor living in Santo Domingo, Dominican Republic. He has developed games for BlackBerry 10, Android, and iOS. He currently teaches topics related to game development at INTEC University.
At the age of 22, he started teaching at Las Americas Institute of Technology, where he earned the Professor of the Year award many times. Then he the became director of the software development center. He has also taught at UNAPEC University, UNIBE University, and INTEC University, where he is currently a research professor.
He is a BlackBerry Certified Builder, Zend Certified Engineer, Certified Java programmer, CompTIA A+ professional, and Microsoft Technology Associate.
Raydelto has posted on YouTube dozens of video tutorials on different programming environments, which are also available on his website at www.raydelto.org. Here, you can also find information about his open source projects.
Raydelto has founded two technology companies, Soluciones GBH (in 2005) and AST Technology (in 2008), which develop software for all platforms.

About the Reviewers

Alejandro Duarte has been coding since 1994, when he was 13 years old, using languages such as Basic, C, C++, Assembler, C#, PHP, Java, Groovy, and Lua. He focuses mainly on Java technologies for enterprise applications, but always keeps an eye on the video game development industry and technologies. He has collaborated with several open source and closed source projects based on Cocos2d-x, Processing, Irrlicht Engine, and the Allegro library.
Alejandro has worked for companies in Colombia and the United Kingdom as a software developer and consultant. He is the author of Vaadin 7 UI Design by Example: Beginner's Guide, and a technical reviewer for Cocos2d-x by Example Beginner's Guide. He maintains several open source projects hosted...

Indice dei contenuti