Hierarchy (view full)

Properties

board: Board
castles: Castles
epSquare: undefined | number
fullmoves: number
halfmoves: number
pockets: undefined | Material
remainingChecks: undefined | RemainingChecks
rules:
    | "chess"
    | "antichess"
    | "kingofthehill"
    | "3check"
    | "atomic"
    | "horde"
    | "racingkings"
    | "crazyhouse"
turn: "black" | "white"

Methods