You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 25, 2025. It is now read-only.
First of all, great work with the library!
One issue (or a missing feature) I encountered: it does not handle Chess960 castling correctly.
E.g.
The PGN does not have the castling move present:
1. b1a3 f7f6 2. f2f4 f6f5 3. f1f3 g7g6 *Same with the printed board.
Using X-FEN (here
bnqbnrkr/pppppppp/8/8/8/8/PPPPPPPP/BNQBNRKR w HFhf - 0 1) to encode the starting position does not help.Are there any plans to support Chess960?