- 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.

推薦閱讀
- Mastering OpenLayers 3
- Flutter開發(fā)實(shí)戰(zhàn)詳解
- Maven Build Customization
- Visual Basic程序設(shè)計教程
- Java技術(shù)手冊(原書第7版)
- Practical Windows Forensics
- Eclipse Plug-in Development:Beginner's Guide(Second Edition)
- Java軟件開發(fā)基礎(chǔ)
- Web Development with MongoDB and Node(Third Edition)
- 輕松上手2D游戲開發(fā):Unity入門
- TMS320LF240x芯片原理、設(shè)計及應(yīng)用
- C編程技巧:117個問題解決方案示例
- Android Game Programming by Example
- 精通Spring:Java Web開發(fā)與Spring Boot高級功能
- Python 快速入門(第3版)