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 27, 2026. It is now read-only.
I added a new field to the Board, 'variant', with the enum options STANDARD and CHESS960. We need a way to set this correctly based on the FEN passed to Board.from(fen).
Currently some of the Chess960 tests are failing because of this issue.