MisterQueen
MisterQueen copied to clipboard
Draw By Repetition
What's up?
"Unaware of draw by repetition."
Plans to fix this?
In python-chess they have this implemented is_repetition(count: int =3)-> bool
So all they do is check if the current positions is repeated 3 times (or a given # of times)
Maybe we can fix it together?