-
-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add impossible check validation for Horde & Crazyhouse (#463)
* Add impossible check validation for all variants. * refactor impossible check validation for variants to delegate to variant implementation instead of standard. * Fix build error with racing kings. * Fix format * remove implementation of hasValidCheckers from Variant parent class * Fix formatting * Fix Variant test and test cases. * Fix Variant test formatting * remove hasValidChecker method from Variant. * Fix atomic chess. * Fix atomic chess. * Fix formatting. * Simplify changes to Standard.hasValidCheckers * Simplify changes to Atomic.valid * revert changes to king of the hill. * Remove impossible check validation from atomic chess. * Remove impossible check validation from atomic chess.
- Loading branch information
Showing
7 changed files
with
189 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters