Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 463 Bytes

File metadata and controls

4 lines (3 loc) · 463 Bytes

Misc. notes

  • Positions are canonicalised using FEN except the last three elements (en passant square, half-move clock and fullmove number). This could cause issues in variations with move repetitions, or in rare transpositions involving en passants.
  • Uses chess.js for chess logic, but also the fork cm-chess for PGN parsing since it supports recursive annotation variations (RAV).