- Procedural Content Generation for C++ Game Development
- Dale Green
- 221字
- 2021-07-16 09:37:43
Preface
Computer games are a vast medium with dozens of genres that have developed over the past three to four decades. Games are bigger and more immersive than ever, and gamers' expectations have never been higher. While linear games, ones that have a set story and fixed progression, are still commonplace, more and more dynamic and open-ended games are being developed.
Advances in computer hardware and video game technologies are giving a much more literal meaning to the phrase "game world". Game maps are constantly increasing in size and flexibility, and it's thanks to technologies such as procedural generation that it's possible. Two gamers who buy the same game may have very different experiences as content is generated on the fly.
In this book, we're going to introduce ourselves to procedural generation, learning the skills needed to generate content on the fly to create dynamic and unpredictable game systems and mechanics.
Provided with this book is a game template for a rogue-like C++ game. When we get the project compiled and set up in Chapter 2, Project Setup and Breakdown, you'll see that it's currently just an empty shell. However, as we work our way through the book, you'll be introduced to the concepts behind procedurally generated content through real-world examples. We will then implement these examples in the empty project.
- 深入核心的敏捷開發:ThoughtWorks五大關鍵實踐
- 軟件項目管理(第2版)
- Moodle Administration Essentials
- Oracle從新手到高手
- 零基礎學Scratch少兒編程:小學課本中的Scratch創意編程
- Java應用開發與實踐
- Wireshark Network Security
- Learning Linux Binary Analysis
- Banana Pi Cookbook
- 零基礎學Python網絡爬蟲案例實戰全流程詳解(高級進階篇)
- Elasticsearch Server(Third Edition)
- WebRTC技術詳解:從0到1構建多人視頻會議系統
- Maker基地嘉年華:玩轉樂動魔盒學Scratch
- ActionScript 3.0從入門到精通(視頻實戰版)
- Laravel Design Patterns and Best Practices