Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Calamari/BehaviorTree.js-Examples

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Example usage of BehaviorTree.js lib

This are working example for the BehaviorTree.js lib.

using ES modules

In the es6/ folder you find an example using new ES modules syntax. This uses babel for transpiling which, of course, can be used within a browser via webpack. Or in node via babel-node provided by babel-cli.

Try it out like this:

cd es6
yarn
npx babel-node example.js

using common.js (node.js)

In the nodejs folder you find an example that can be used within simple node.js environments.

Try it out like this:

cd nodejs
yarn
node example.js

About

Example usage of the Behaviortree.js library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.