You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dan Ballard 280a38eb54
updated notes
12 years ago
README updated notes 12 years ago
checkers.rb basic play interface 12 years ago

README

Checkers AI engine

For Ruby 1.9.1

Right now I'm working on the search.

To test

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

also look at 

% b.search(TEAM_1)

Right now entering jump moves or the AI playing jumps in the .play() interface may not work