Chapter 3
Essentials
This chapter will introduce you to the essential building blocks of the cocos2d game engine. You’ll be using most of these classes in every game you create, so understanding what’s available and how these classes work together will help you write better games. Armed with this knowledge, you’ll find it a lot easier to start working with cocos2d.
Accompanying this chapter is an Xcode project named Essentials that includes everything I discuss here plus additional examples. The source code is full of comments, so you can read it as if it were an appendix to the book.
We’ll start with a high-level overview of the cocos2d game engine architecture. Every game engine is different in the way game objects are managed and presented ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access