behavior_tree icon indicating copy to clipboard operation
behavior_tree copied to clipboard

Implementation of the Behavior Tree concept in Ruby

Results 2 behavior_tree issues
Sort by recently updated
recently updated
newest added

I try example and it don works. Change just class name. drink_decision_bt.rb:11:in `initialize': undefined method `cond' for # (NoMethodError) cond { weekend? }, ^^^^ any idea? my ruby is :...

Hi @jvoegele, I really like your example code there, and I'm eager to try it in my Ruby Warrior game. I'm a ruby nooby so maybe there's something simple I'm...