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
- Fix direction: white pawns move -8 (toward rank 8), black pawns move +8
- Fix starting rank detection: white pawns on rank 6, black pawns on rank 1
- Fix capture offsets: white uses [-9, -7], black uses [7, 9]
This resolves the root cause of MoveValidator test failures where basic moves like e2→e4 were returning false.
0 commit comments