miguel-ambrona / D3-Chess

Chess Unwinnability Analyzer is an implementation of a decision procedure for checking whether there exists a sequence of legal moves that allows a certain player to checkmate their opponent in a given chess position.
https://chasolver.org
GNU General Public License v3.0
51 stars 8 forks source link

bunch more compositions for testing #34

Closed andrew-buchanan closed 2 years ago

andrew-buchanan commented 2 years ago

Hi Miguel, Six of us made lots of DP problems recently! They are mostly short HDP problems (i.e. Help DP, analogous to helpmate or helpstalemate). Would be really great if you can test some of them to make sure they have a unique solution and of the intended length? I've invited you to a thread within the usual Chess Studies & Compositions Server. There is a pinned post with about 50 new compositions in. Thanks, Andrew

miguel-ambrona commented 2 years ago

Thank you so much, Andrew!

I created this to perform a search of dead positions using CHA: https://github.com/miguel-ambrona/deadpos

Feel free to use it and advertise it!