- Practical Game AI Programming
- Micael DaGra?a
- 129字
- 2021-07-02 20:43:03
Game states
To understand how to create possibility or probability maps we need to first acknowledge the principle aspect necessary to create them, which is called game states, or simply states. We call game states to the actions that are predetermined throughout different occasions in the game, and those actions can be applied to both the player or to the enemy character. Some examples can be simple behavior, such as run, jump, or attack, and those states can be expanded a little more, for example when the character is in the air and cannot attack or if the character has low magical energy and cannot perform a magic attack. In these cases, the character goes from one state to another or can't perform one if it's doing another.

推薦閱讀
- Vue 3移動Web開發與性能調優實戰
- 計算思維與算法入門
- C語言程序設計習題解析與上機指導(第4版)
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- 騰訊iOS測試實踐
- Leap Motion Development Essentials
- Practical DevOps
- Koa開發:入門、進階與實戰
- Monitoring Elasticsearch
- C#程序設計基礎:教程、實驗、習題
- 高級語言程序設計(C語言版):基于計算思維能力培養
- Vue.js 2 Web Development Projects
- 后臺開發:核心技術與應用實踐
- Hands-On Dependency Injection in Go
- Mastering Object:Oriented Python(Second Edition)