joeldick / chess_puzzles2

0 stars 0 forks source link

Check for end of solution, not mate #25

Closed joeldick closed 3 weeks ago

joeldick commented 2 months ago

Currently, the script checks if it's checkmate to determine if the puzzle is solved. This works well for mate problems (as the Polgar Brick is), but this will have to change if I add puzzle sets that include non-mate tactics. Instead, it should check if the end of the solution string has been reached.

joeldick commented 3 weeks ago

Done.