chessops

    Interface Context

    interface Context {
        blockers: SquareSet;
        checkers: SquareSet;
        king: undefined | number;
        mustCapture: boolean;
        variantEnd: boolean;
    }
    Index

    Properties

    blockers: SquareSet
    checkers: SquareSet
    king: undefined | number
    mustCapture: boolean
    variantEnd: boolean
    MMNEPVFCICPMFPCPTTAAATR