checkers/README

18 lines
257 B
Plaintext
Raw Permalink Normal View History

Checkers AI engine
2011-09-21 06:00:54 +02:00
For Ruby 1.9.1
Right now I'm working on the search.
To test
% load "checkers.rb"
% b = Board.new
2011-09-21 06:00:54 +02:00
% b.play
2011-09-21 06:00:54 +02:00
also look at
% b.search(TEAM_1)
2011-09-21 06:00:54 +02:00
Right now entering jump moves or the AI playing jumps in the .play() interface may not work