Book Image

Building Android Games with Cocos2d-x

By : Raydelto Hernandez
Book Image

Building Android Games with Cocos2d-x

By: Raydelto Hernandez

Overview of this book

Table of Contents (16 chapters)
Building Android Games with Cocos2d-x
Credits
Foreword
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


In this chapter, we have seen how to use the particle systems to simulate realistic fire, explosions, rain, and snow in our game, how to customize them, and how to create them from scratch. We have also seen how to use the Vector class bundled with the Cocos2d-x API for creating collections of the Cocos2d-x objects.

In next chapter, we will show you how to add the Android native code to our game by using Java Native Interface (JNI).