jonadsimon / wonder-words-generator

Generates WonderWords puzzles
Apache License 2.0
2 stars 0 forks source link

Add logic to catch "UNSATISFIABLE" responses #19

Closed jonadsimon closed 2 years ago

jonadsimon commented 2 years ago

With the input "number sequence" the response is =====UNSATISFIABLE=====

This breaks the parsing logic which assumes that a valid board is returned

jonadsimon commented 2 years ago

These only happen when the length of the words is longer than that of the board, which basically never happens