Releases: andrewbackes/chess
Releases · andrewbackes/chess
September 2024 Release
Various fixes and performance increases.
What's Changed
- New game rep v2 by @andrewbackes in #12
- New game rep v2 merged by @andrewbackes in #13
- MD formatting fix by @hauva69 in #14
- More Markdown header fixes by @hauva69 in #17
- Parse move tests & benchmarks by @jezek in #19
- Add go.mod & go.sum by @jezek in #18
- PGN export with moves in SAN by @jezek in #20
New Contributors
Full Changelog: v1.0...v1.1.0
Initial Release
This package provides tools for working with chess games. You can:
- Play games
- Play timed games
- Detect checks, checkmates, and draws (stalemate, threefold, 50 move rule, insufficient material)
- Open, save and filter PGN files or strings
- Open EPD files or strings
- Open and save FENs
- Generate legal moves from any position
and more