Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 671 Bytes

File metadata and controls

22 lines (17 loc) · 671 Bytes

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