/Simple-Behavior-Tree

TS/JS Behavior-Tree implementation

Primary LanguageTypeScriptMIT LicenseMIT

Behavior-Tree

TS/JS Simple Behavior-Tree implementation

TODO:

  • Create Simple BehaviorTree
  • Create function to convert to JSON
  • Create function to convert JSON to BehaviorTree
  • Create a function to print graph
  • Make it easy or convenient to debug
    • return call flow
    • emit events(event propagation)