What are some ways of making manageable complex AI?
- by Tetrad
In the past I've used simple systems like finite state machines (FSMs) or hierarchical FSMs to control AI behavior. For any complex system, this pattern falls apart very quickly.
I've heard about behavior trees and it seems like that's the next obvious step, but haven't seen a working implementation or really tried going down that route yet.
Are there any other patterns to making manageable yet complex AI behaviors?