A small template hello world bot for JBWAPI users to ease setup (for Ruby
programmers).
- clone the repo
$ git clone https://github.com/JavaBWAPI/jbwapi-jruby-template.git
$ cd jbwapi-jruby-template
- download and install JRuby if not already
- download and move the latest JBWAPI
jar
to thelib
folder - modify the
bot.rb
script to point to the latestjar
- then launch the bot with
$ jruby bot.rb
Follow the (Java) tutorial for more information