- Procedural Content Generation for C++ Game Development
- Dale Green
- 119字
- 2021-07-16 09:37:47
The complete game
These are the major systems changes that we'll implement. There will be lots in-between, but these examples will cover the major mechanics and skills that we will be using. When we reach the end of the book, you will have a fully working roguelike with an endless dungeon that is randomly generated, randomly generated items that spawn in random locations, procedural textures throughout the dungeon levels, and random enemies, all implemented with a flexible component-based architecture.
You will not only learn the skills needed to implement procedural generation in your own games, but also see how they all work in the context of one-another. Isolated exercises are great, but nothing beats working on a real-world example.
推薦閱讀
- JSP網(wǎng)絡(luò)編程(學(xué)習(xí)筆記)
- JavaScript前端開(kāi)發(fā)模塊化教程
- The Android Game Developer's Handbook
- Ext JS Data-driven Application Design
- 大學(xué)計(jì)算機(jī)基礎(chǔ)(第2版)(微課版)
- INSTANT OpenNMS Starter
- Active Directory with PowerShell
- C語(yǔ)言程序設(shè)計(jì)實(shí)驗(yàn)指導(dǎo) (第2版)
- Learning R for Geospatial Analysis
- 深度學(xué)習(xí):Java語(yǔ)言實(shí)現(xiàn)
- Visual Basic 6.0程序設(shè)計(jì)實(shí)驗(yàn)教程
- Emotional Intelligence for IT Professionals
- Android Sensor Programming By Example
- 深入實(shí)踐DDD:以DSL驅(qū)動(dòng)復(fù)雜軟件開(kāi)發(fā)
- 奔跑吧 Linux內(nèi)核