- Procedural Content Generation for Unity Game Development
- Ryan Watkins
- 163字
- 2021-07-16 09:42:11
Summary
So you learned quite a bit of theory in this chapter and just touched the surface of how to apply it to games in Unity. You went over an introduction to PCG and why and how to use it. You were also introduced to PRNs and to how they are generated. We discussed what makes PRNs different from your average random number and the benefit a seed provides. You also learned why and how to use PRNs and then completed an example expanding on the classic Hello World
program.
So what's left? Well, we are gearing up to build a fully functional game throughout this book. We are going to look at some of the more popular applications of PCG in video games. In the next chapter, we are going to briefly get acquainted with Roguelike games, which is a popular game subgenre. Roguelike games are known for their procedurally generated content, so it is a perfect fit for our learning adventure.
- Mastering Kali Linux for Web Penetration Testing
- Amazon S3 Cookbook
- Mastering KnockoutJS
- concrete5 Cookbook
- Modern JavaScript Applications
- QGIS By Example
- Getting Started with LLVM Core Libraries
- 從Excel到Python數據分析:Pandas、xlwings、openpyxl、Matplotlib的交互與應用
- 絕密原型檔案:看看專業產品經理的原型是什么樣
- Python程序設計現代方法
- Instant AppFog
- Netty 4核心原理與手寫RPC框架實戰
- FORTRAN程序設計權威指南
- Programming MapReduce with Scalding
- Salt Cookbook