chess960 constant

CastlingOptions const chess960

Implementation

static const chess960 = CastlingOptions(
  enabled: true,
  kTarget: Bishop.fileG,
  qTarget: Bishop.fileC,
  fixedRooks: false,
  rookPiece: 'R',
  useRookAsTarget: true,
);