Test project for [BT framework] (https://github.com/f15gdsy/BT-Framework).
It mainly demonstrates how AI code can be written using BT behavior tree framework.
-
Use BT framework to construct an AI for a dummy hero, who
-
loves to beat Goblin, and
-
is afraid of Orc, and
-
escape whenever an Orc is within sight, and
-
rest when there is no Goblin or Orc in sight.
-
MoveAttackAI is where the behavior tree is constructed.
-
How hierarchical behavior tree is constructed.