alexobviously / bishop

A chess logic package for Dart with flexible variant support
https://pub.dev/packages/bishop
Other
19 stars 8 forks source link

Three-check variant #3

Closed alexobviously closed 2 years ago

alexobviously commented 2 years ago

More generally, support different endgame conditions.

In the case of three-check, the number of checks needs to be tracked for each side, and the way game ending detection that isn't a draw is determined needs to be generalised.

alexobviously commented 2 years ago

Done