Interface Context

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

Properties

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

Generated using TypeDoc