Introduction to Compose Dungeon Denizens
Get a brief introduction to what we’ll learn in this chapter.
We'll cover the following...
In the previous chapter, we created the beginnings of a dungeon crawler. We added a random map, an adventurer to roam the dungeon, and collision detection to prevent the adventurer from walking through walls.
We also took our first steps into programmer art ...