Book Image

Cocos2d-x by Example: Beginner's Guide

By : Roger Engelbert
Book Image

Cocos2d-x by Example: Beginner's Guide

By: Roger Engelbert

Overview of this book

Table of Contents (19 chapters)
Cocos2d-x by Example Beginner's Guide Second Edition
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

The actual game scene


Finally, we'll get to see all our work and have some fun with it. But first, let's delete the HelloWorldScene class (both header and implementation files). You'll get a few errors in the project so let's fix these.

References to the class must be changed at two lines in AppDelegate.cpp. Go ahead and change the references to a GameLayer class.

We'll create that class next.