jvoegele/behavior_tree

How do I use this?

Opened this issue · 1 comments

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 missing, but how would I install this gem?

I tried copying and pasting your example. I can't find the continuation package to install, though I skirted all the other problems by switching out require's for loads.

Thanks for making something cool; I can't wait to dive in.

git clone git@github.com:jvoegele/behavior_tree.git
cd behavior_tree/
gem build behavior_tree.gemspec 
gem install behavior_tree-0.0.1.gem