/jbwapi-jruby-template

JBWAPI-Bot-Template in Ruby

Primary LanguageRubyMIT LicenseMIT

JBWAPI JRuby Template

A small template hello world bot for JBWAPI users to ease setup (for Ruby programmers).

Usage

  • 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 the lib folder
  • modify the bot.rb script to point to the latest jar
  • then launch the bot with
$ jruby bot.rb

Tutorial

Follow the (Java) tutorial for more information