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 ...

Get Learn cocos2D Game Development with iOS 5 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.