public
Description: Vying Games bot (OptimalBot)
Homepage: http://vying.org
Clone URL: git://github.com/eki/optimalbot.git
eki (author)
Tue Nov 04 08:41:53 -0800 2008
commit  8e563086c95393e549187742d41c0be49a32afa3
tree    a0f000df656ba3f6f1a415a70e86ff1439d2b580
parent  8ed16616659f3b547c774ee8af5325efbd0d33f2
name age message
file .gitignore Wed Jul 23 16:12:12 -0700 2008 Added a .gitignore [eki]
file COPYING Mon Feb 04 21:17:48 -0800 2008 Rounding out OptimalBot's project directory. [eki]
file LICENSE Mon Feb 04 21:17:48 -0800 2008 Rounding out OptimalBot's project directory. [eki]
file README Mon Feb 04 21:17:48 -0800 2008 Rounding out OptimalBot's project directory. [eki]
file Rakefile Sun Jul 13 09:48:13 -0700 2008 Quick Rakefile bug fix. [eki]
directory lib/ Tue Nov 04 08:41:53 -0800 2008 Removed version file. [eki]
directory test/ Thu Oct 30 00:46:31 -0700 2008 Updated unit test. [eki]
README
= OptimalBot

OptimalBot (Opti) is a bot for Vying Games.  It's based on the work of Magnus
Javerberg who worked out the math for what he believes is the optimal strategy
for the game Footsteps.  The code for the implementation was written by Eric K
Idema.  For more on this see:

  http://vying.org/games/footsteps
  http://vying.org/user/OptimalBot


= License

OptimalBot is licensed under the same license as Ruby itself.


= Installation

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

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

Or, you can get the source directly from Subversion:

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


= Dependencies

Opti is dependent on the vying gem.  But it's also dependent on either
the sqlite-ruby gem or the sqlite3-ruby gem.  You should use the gem that
matches whatever version of Sqlite you have installed on your system.


= Development

See the following website for development related issues:

  http://vying.org/dev/public


= Usage

The vying gem and commandline tool should pick up OptimalBot automatically.


= SQL

The optimal solution data is stored in an Sqlite database file (footsteps.db
for Sqlite2 and footsteps3.db for Sqlite3).  An sql dump of the database is
provided in footsteps.sql[link:footsteps.sql].