Sanmill
Sanmill copied to clipboard
rule.pieceCount == 12 is not need
// Board is full at the end of Placing phase
if (rule.pieceCount == 12 &&
(pieceOnBoardCount[WHITE] + pieceOnBoardCount[BLACK] >=
SQUARE_NB)) {
// TODO: BoardFullAction: Support other actions