updated notes
This commit is contained in:
parent
5b1d69ebfe
commit
280a38eb54
8
README
8
README
|
@ -1,13 +1,17 @@
|
||||||
Checkers AI engine
|
Checkers AI engine
|
||||||
|
|
||||||
|
For Ruby 1.9.1
|
||||||
|
|
||||||
Right now I'm working on the search.
|
Right now I'm working on the search.
|
||||||
|
|
||||||
To test
|
To test
|
||||||
|
|
||||||
% load "checkers.rb"
|
% load "checkers.rb"
|
||||||
% b = Board.new
|
% b = Board.new
|
||||||
% b.setup
|
% b.play
|
||||||
|
|
||||||
and then to look
|
also look at
|
||||||
|
|
||||||
% b.search(TEAM_1)
|
% b.search(TEAM_1)
|
||||||
|
|
||||||
|
Right now entering jump moves or the AI playing jumps in the .play() interface may not work
|
||||||
|
|
Loading…
Reference in New Issue