Calamari / BehaviorTree.js

An JavaScript implementation of Behavior Trees.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Testing: Add ways to easier test trees

Calamari opened this issue · comments

Currently it's hard to test own trees. We need a way to make it easier.

Maybe via adding some introspection possibilities to inject loggers into the tree?