Summary

We just finished setting up our base project. Doing this will allow us to focus less on developing common gaming mechanics and more on PCG development. We also took a look at Roguelike games and how they uses PCG in tile based level generation.

During this chapter, you learned about the RPG subgenre Roguelike, which is an ode to the 1980's game, Rogue. We talked about the Roguelike game's inherent use of PCG, which is the reason we are developing one. And we set up our base project from which we will be developing our game. Now, we are ready to start learning how to build some PCG logic.

In the next chapter, you will put what you've learned about Random numbers and Roguelike games to work. We will be using our floor and wall tiles to build ...

Get Procedural Content Generation for Unity 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.