beehave 0.0.4

A simple library for defining and evaluating a hierarchical state machine (behaviour tree).
Documentation
1
2
3
4
5
6
7
8
9
extern crate beehave;

mod helpers;

mod sequence_tests;
mod selector_tests;
mod conditional_tests;
mod conditional_decorator_tests;
mod node_tests;