Skip to content

eelstork/BehaviorTrees

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Behavior Trees

This repository implements stateless behavior trees via active logic. This is a reference implementation; for serious work, prefer the active logic library.

Sources are provided in C# and Howl notation.

The core implementation is self-contained; you may include status.cs into your project.

Implementations:

The internal structure of this repository may change in the future. External links should be pointing at https://github.com/eelstork/behaviortrees

Building, running tests

cd to the cs/ directory then dotnet build, dotnet test

Releases

No releases published

Packages

No packages published

Languages