Skip to content

imere/BehaviorTree.TS

Repository files navigation

test

BehaviorTree.TS

A (mostly) copy & paste repo of BehaviorTree.CPP

Documentation

Refer to BehaviorTree.CPP docs

Usage

git clone https://github.com/imere/BehaviorTree.TS.git

Method A for TypeScript

import from src

Method B

  1. run yarn build
  2. import from dist

Some differences

- <root BTCPP_format=
+ <root BTTS_format=

# Only support JavaScript code
- <Script code=" value:=1 " />
+ <Script code=" value=1 " />

# Experimental syntax for entries in the root blackboard
- <Script code=" @value=1 " />
+ <Script code=" _B_value=1 " />

License

Same as BehaviorTree.CPP

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •