public
Description: Vying Games bots (CapellaBot, VegaBot, SiriusBot)
Homepage: http://vying.org
Clone URL: git://github.com/eki/starbots.git
name age message
file .gitignore Sun Jul 13 09:38:51 -0700 2008 Added .gitignore for pkg/ directory. [eki]
file COPYING Mon Mar 03 17:42:51 -0800 2008 Added directory structure for starbots project ... [eki]
file LICENSE Mon Mar 03 17:42:51 -0800 2008 Added directory structure for starbots project ... [eki]
file README Mon Mar 03 17:42:51 -0800 2008 Added directory structure for starbots project ... [eki]
file Rakefile Wed Oct 29 23:22:29 -0700 2008 Better version file support. [eki]
directory lib/ Sun Dec 07 08:23:55 -0800 2008 Fix for PahTum strategies. Depends on vying 0.... [eki]
directory test/ Wed Oct 29 21:06:34 -0700 2008 Updated unit tests. [eki]
README
= StarBots

The StarBots package is a collection of bots for Vying Games.  As of this
writing this package includes VegaBot, SiriusBot, and CapellaBot.  They don't
play every game offered at Vying Games, but they play most of them.

= License

StarBots is licensed under the same license as Ruby itself.


= Installation

StarBots is available as a gem.  (Note:  it depends on the vying gem)

  gem install starbots --source http://vying.org

Or, you can get the source directly from Subversion:

  svn co svn://code.vying.org/starbots/trunk starbots 


= Dependencies

StarBots is only dependent on the vying gem.


= Development

See the following website for development related issues:

  http://vying.org/dev/public


= Usage

The vying gem and commandline tool should pick up VegaBot, CapellaBot, and
SiriusBot automatically.