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

Get Learning Libgdx Game Development 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.