Introduction to Take Turns with the Monsters
Get a brief introduction to what we’ll learn in this chapter.
We'll cover the following...
In the previous chapter, we extended our game to use an Entity-Component System (ECS). We added monsters and a simple collision detection system to remove monsters from the dungeon when you bump into them. The monsters remained static, quietly ...