Game AI Behavior

Designs classical game AI as three layers: decision (FSM, behavior trees, utility, GOAP/HTN), NavMesh/A-star pathfinding with funnel smoothing, and Reynolds steering/flocking plus bounded perception. Use when building or debugging enemy/NPC agents that get stuck, jitter, or clump. Not for netcode replication, animation blending, ML/RL policy training, or dialogue trees with no movement loop.

Kayforkind 728747a 13.3 KB Updated

File contents

Kayforkind/skill-slice commit 728747ad77

Frequently asked questions

npx skillmds@latest add kayforkind/game-ai-behavior