BehaviourTree.C
BehaviourTree.C copied to clipboard
A C implementation of Behavior Trees
BehaviourTree.C
A C implementation of Behavior Trees. Take a look at this nice video about Behavior Trees for more information.
How to Use
The way to use this library is shown through example1.c and example2.c. Check it out!