billforsternz / thc-chess-library

General Purpose Rules of Chess Library for C++
MIT License
38 stars 13 forks source link

Draw conditions #9

Closed DSblizzard closed 2 years ago

DSblizzard commented 3 years ago

Modern chess rules add 75 moves rule and fivefold repetition rule. It seems you have not added them.

billforsternz commented 2 years ago

The 75 move rule and the fivefold repetition rule are there just to allow arbiters to terminate games if the players are behaving poorly and wasting everyone's time. They are not really an intrinsic part of chess.