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

推薦閱讀
- PyQt從入門到精通
- Java編程指南:基礎知識、類庫應用及案例設計
- Visual Basic程序設計教程
- Windows Server 2012 Unified Remote Access Planning and Deployment
- 編譯系統透視:圖解編譯原理
- 匯編語言程序設計(第3版)
- PhpStorm Cookbook
- Learning Vaadin 7(Second Edition)
- Linux C編程:一站式學習
- Service Mesh實戰:基于Linkerd和Kubernetes的微服務實踐
- Python 3.7從入門到精通(視頻教學版)
- Learning Android Application Testing
- OpenCV Android開發實戰
- Groovy 2 Cookbook
- Learning Perforce SCM