Behavior Trees! (Part 1)

After some research and experimentation I have begun creating a customized behavior tree implementation that is integrated into the core of my framework.  Each entity of the framework can have behavior trees and will look at environment, sensory, and memory information and drive the entity through actions which are things like move, attack, cast, use, consume, and so on.  There will likely be many actions and the framework will support adding additional custom actions, conditions,… Continue reading