Full feature behavior tree implemented with golang, with support for custom nodes.
The author is not native english speaker, thus you are welcome to add english comments and wiki.
Custom Node
(action
|composite
|decorator
|condition
) should be registered before use. Check loader/loader.go
for example.
TODO:
- [x]sample
- [x]doc