Skip to content

onelei/lemon-bt-cshape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lemon-BT-CShape

A behavior tree framework, using the C# language.

Node

  • Composite Node
    • Selector Node:one true then true, all false then false;
    • Sequence Node:one false then false, all true then true;
    • Parallel Node:parallel execute;
      • Parallel Selector Node: one false return false, all true return true.
      • Parallel Sequence Node: one true return true, all false return false.
  • Decorator Node
  • Condition Node
  • Action Node

Run test

About

A behavior tree framework, using the C# language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages