This is the official Gem to run a bot in Kaya.

Feel free to expand the gem to allow other bots with GTP interface, should work plug-play easily.

Requirements:

gnugo or fuego ruby 1.9.2 rubygems

To install :

gem install kayabot

To run:

kayabot my_configuration.yaml

The configuration yaml must look like this:

url   : "http://alpha.kaya.gs:9292"
user  : "MyBot"
pass  : "MyBot's password"
title : "my title"
size  : (9,13 or 19 only)
bot   : ("gnugo" or "fuego")

Ask for a bot account at [email protected] to run it!

You can get a personalized bot account and if you run many games you can get a collaborator account.