# BehaviorTree.cpp **Repository Path**: wsswlyy/BehaviorTree.cpp ## Basic Information - **Project Name**: BehaviorTree.cpp - **Description**: from https://github.com/bbbbbrenn/BehaviorTree.cpp - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-23 - **Last Updated**: 2021-06-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BehaviorTree.cpp A cpp implementation of behavior tree translated from https://github.com/ripwu/BehaviourTree.C,thanks ripwu very much! bt1.h is an simple translation that only make it to class; bt2.h changed the running success and fail to three enumerations and changed recursion to loop so that looks briefness.