Notes
This function is in beta test. Please help improve it in the issues
here.
Your Answer
This test case tests probe() It's White's turn: a b c d e f g h +---+---+---+---+---+---+---+---+ 1| | | | | | | | | +---+---+---+---+---+---+---+---+ 2| | | | | | | | | +---+---+---+---+---+---+---+---+ 3| | | | X | | | | | +---+---+---+---+---+---+---+---+ 4| | | | X | X | | | | +---+---+---+---+---+---+---+---+ 5| | | ` | X | O | | | | +---+---+---+---+---+---+---+---+ 6| | | | | | | | | +---+---+---+---+---+---+---+---+ 7| | | | | | | | | +---+---+---+---+---+---+---+---+ 8| | | | | | | | | +---+---+---+---+---+---+---+---+ Black (X) Counts: 4 White (O) Counts: 1 ==================================== Your return result of probe() is : 1
JOJ Answer
This test case tests probe() It's White's turn: a b c d e f g h +---+---+---+---+---+---+---+---+ 1| | | | | | | | | +---+---+---+---+---+---+---+---+ 2| | | | | | | | | +---+---+---+---+---+---+---+---+ 3| | | | X | | | | | +---+---+---+---+---+---+---+---+ 4| | | | X | X | | | | +---+---+---+---+---+---+---+---+ 5| | | ` | X | O | | | | +---+---+---+---+---+---+---+---+ 6| | | | | | | | | +---+---+---+---+---+---+---+---+ 7| | | | | | | | | +---+---+---+---+---+---+---+---+ 8| | | | | | | | | +---+---+---+---+---+---+---+---+ Black (X) Counts: 4 White (O) Counts: 1 ==================================== Your return result of probe() is : 1