Files
NowChessSystems/modules/core
LQ63 c20b71e302 fix: correct 50-move rule threshold to 100 half-moves (FIDE-compliant)
The halfMoveClock counts plies (half-moves). The FIDE 50-move rule requires
50 moves by each side = 100 plies, not 50. Changed both the processMove
and gameLoop checks from >= 50 to >= 100, and updated all tests accordingly.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-30 12:58:34 +02:00
..
2026-03-29 15:10:35 +00:00
2026-03-29 15:10:35 +00:00