14 lines
152 B
Plaintext
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)
|