Enumeration PieceType

Defines a specific piece. Values are defined to be consistent with the chess.js library.

Enumeration Members

Enumeration Members

BISHOP: "b"
KING: "k"
KNIGHT: "n"
PAWN: "p"
QUEEN: "q"
ROOK: "r"

Generated using TypeDoc