Sanmill icon indicating copy to clipboard operation
Sanmill copied to clipboard

rule.pieceCount == 12 is not need

Open calcitem opened this issue 8 months ago • 0 comments

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

calcitem avatar Jun 06 '24 16:06 calcitem