checkers/README

14 lines
152 B
Plaintext

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)