Chapter 6. Adding the Actors
In this chapter we will implement the remaining game objects which represent our actors in the game world. These are the player character bunny head and both the collectible items; the gold coin and the feather power-up. We will complete the level loader by adding support for the actor game objects so that they are handled properly when a level is loaded.
The game will be extended to feature a simple physics simulation that allows any game object to be moved using physical properties, such as velocity, acceleration, and friction. In addition, the game logic will also need to be able to detect collisions of the game objects to trigger certain events. For example, we want the player character to be able to jump, stand, ...
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