Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 291 Bytes

File metadata and controls

6 lines (4 loc) · 291 Bytes

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!