File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
A javascript/typescript behaviour tree library implementation of [ Fluent-Behaviour-Tree] ( https://github.com/codecapers/Fluent-Behaviour-Tree )
4
4
5
+ [ View Documented] ( https://robinxb.github.io/ts-behavior-tree )
6
+
5
7
[ ![ Travis] ( https://img.shields.io/travis/robinxb/ts-behavior-tree.svg )] ( https://travis-ci.org/robinxb/ts-behavior-tree )
6
8
[ ![ Coveralls] ( https://img.shields.io/coveralls/robinxb/ts-behavior-tree.svg )] ( https://coveralls.io/github/robinxb/ts-behavior-tree )
7
9
[ ![ npm version] ( https://badge.fury.io/js/ts-behavior-tree.svg )] ( https://badge.fury.io/js/ts-behavior-tree )
@@ -31,6 +33,7 @@ So I rewrite based on the origin C# implement. 🎉
31
33
* Pure ES5
32
34
* Tiny (~ 5KB Minified)
33
35
* Full [ Documented] ( https://robinxb.github.io/ts-behavior-tree )
36
+ * Zero dependency
34
37
35
38
## Installation
36
39
You can’t perform that action at this time.
0 commit comments