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