Go to file
Dan Ballard e383c27a8d command line player interface. needs user move validation, ai move get,
and actualy move do
2011-09-13 13:21:40 -07:00
README Full search working, and horrifically slow even at depth 10 2011-09-11 12:39:14 -07:00
checkers.rb command line player interface. needs user move validation, ai move get, 2011-09-13 13:21:40 -07:00

README

Checkers AI engine

Right now I'm working on the search.

To test

% load "checkers.rb"
% b = Board.new
% b.setup

and then to look

% b.search(TEAM_1)