Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 388 Bytes

File metadata and controls

9 lines (7 loc) · 388 Bytes

References

  • FIDE Laws of Chess — standard chess rules for move generation and game-state detection

  • python-chess — reference implementation for legal move generation and game-state detection

  • shakmaty — Rust chess move generation library