This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 8e563086c95393e549187742d41c0be49a32afa3
tree a0f000df656ba3f6f1a415a70e86ff1439d2b580
parent 8ed16616659f3b547c774ee8af5325efbd0d33f2
tree a0f000df656ba3f6f1a415a70e86ff1439d2b580
parent 8ed16616659f3b547c774ee8af5325efbd0d33f2
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Jul 23 16:12:12 -0700 2008 | |
| |
COPYING | Mon Feb 04 21:17:48 -0800 2008 | |
| |
LICENSE | Mon Feb 04 21:17:48 -0800 2008 | |
| |
README | Mon Feb 04 21:17:48 -0800 2008 | |
| |
Rakefile | Sun Jul 13 09:48:13 -0700 2008 | |
| |
lib/ | Tue Nov 04 08:41:53 -0800 2008 | |
| |
test/ | Thu Oct 30 00:46:31 -0700 2008 |
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].







