更新时间:2021-07-16 09:42:30
封面
版权页
Credits
Disclaimer
About the Author
About the Reviewers
www.PacktPub.com
Support files eBooks discount offers and more
Preface
What this book covers
What you need for this book
Who this book is for
Conventions
Reader feedback
Customer support
Chapter 1. Pseudo Random Numbers
Introducing PCG
Usage of PCG
Application of PCG
Pseudo random numbers
Random versus pseudo random numbers
Challenge
Summary
Chapter 2. Roguelike Games
An introduction to Roguelike games
Why Roguelike?
Our own Roguelike project
Setting up the project
Chapter 3. Generating an Endless World
Data structure choice
PCG algorithm overview
Scene setup
Initial Game Board
Chapter 4. Generating Random Dungeons
Algorithm design
Data structures
DungeonManager
BoardManager
Player
GameManager
Back to the Unity Editor
Seeding the dungeon
Chapter 5. Randomized Items
Generating health items in the game world
Generating items in the dungeon
Chapter 6. Generating Modular Weapons
PCG with modules
Modular weapon scripts
Adding a spawn point
Adding a weapon pick up
Adding scripted weapon animation
Adding character facing directions
Chapter 7. Adaptive Difficulty
Setting up sprites
Adding enemies to the world board
Adding enemies to the Dungeon Board
Fighting the enemy
Adaptive difficulty
Chapter 8. Generating Music
Concept of music
Chapter 9. Generating a 3D Planet
Adding a third dimension
Multi mesh planet
Exploring the planet
Chapter 10. Generating the Future
Models
Items
Levels
Texture
Terrain
Physics
Animation
AI
Story
The player sandbox
Index