Record Case Detail

Notes

This function is in beta test. Please help improve it in the issues here.

Stderr


        

Your Answer

This test case tests initBoard() and printBoard()
   a   b   c   d   e   f   g   h    
 +---+---+---+---+---+---+---+---+  
1| | | | | | | | |
 +---+---+---+---+---+---+---+---+  
2| | | | | | | | |
 +---+---+---+---+---+---+---+---+  
3| | | | | | | | |
 +---+---+---+---+---+---+---+---+  
4| | | | O | X | | | |
 +---+---+---+---+---+---+---+---+  
5| | | | X | O | | | |
 +---+---+---+---+---+---+---+---+  
6| | | | | | | | |
 +---+---+---+---+---+---+---+---+  
7| | | | | | | | |
 +---+---+---+---+---+---+---+---+  
8| | | | | | | | |
 +---+---+---+---+---+---+---+---+  
Black (X) Counts: 2
White (O) Counts: 2
====================================

JOJ Answer

This test case tests initBoard() and printBoard()
   a   b   c   d   e   f   g   h
 +---+---+---+---+---+---+---+---+
1|   |   |   |   |   |   |   |   |
 +---+---+---+---+---+---+---+---+
2|   |   |   |   |   |   |   |   |
 +---+---+---+---+---+---+---+---+
3|   |   |   |   |   |   |   |   |
 +---+---+---+---+---+---+---+---+
4|   |   |   | O | X |   |   |   |
 +---+---+---+---+---+---+---+---+
5|   |   |   | X | O |   |   |   |
 +---+---+---+---+---+---+---+---+
6|   |   |   |   |   |   |   |   |
 +---+---+---+---+---+---+---+---+
7|   |   |   |   |   |   |   |   |
 +---+---+---+---+---+---+---+---+
8|   |   |   |   |   |   |   |   |
 +---+---+---+---+---+---+---+---+
Black (X) Counts: 2
White (O) Counts: 2
====================================