fluent-behavior-tree icon indicating copy to clipboard operation
fluent-behavior-tree copied to clipboard

Typescript/Javascript behavior tree library with a fluent API

Results 2 fluent-behavior-tree issues
Sort by recently updated
recently updated
newest added

sync docs with https://github.com/aequasi/fluent-behavior-tree/commit/8724ce7a610f884aa1d36effd176a8244f45c4bf

Could we get some way of visualizing the current tree? For example: ``` .selector('wander around') .do('do nothing if unit is already moving', CheckMotion.checkIfMoving()) .sequence('perform wander sequence') .do('wait for some time',...