1
0
Fork 0
Datei suchen
Dan Ballard 280a38eb54 updated notes 2011-09-20 21:00:54 -07:00
README updated notes 2011-09-20 21:00:54 -07:00
checkers.rb basic play interface 2011-09-13 21:54:01 -07:00

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