public
Description: Vying Games bots (CapellaBot, VegaBot, SiriusBot)
Homepage: http://vying.org
Clone URL: git://github.com/eki/starbots.git
starbots / README
100644 41 lines (19 sloc) 0.834 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
= 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.