# BehaviourTree.C **Repository Path**: lichanglongGitee/BehaviourTree.C ## Basic Information - **Project Name**: BehaviourTree.C - **Description**: No description available - **Primary Language**: C - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-29 - **Last Updated**: 2021-04-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BehaviourTree.C A C implementation of Behavior Trees. Take a look at this nice [video about Behavior Trees](http://aigamedev.com/open/article/behavior-trees-part1/) for more information. ## How to Use The way to use this library is shown through example1.c and example2.c. Check it out!