abislane / nonograms

MIT License
0 stars 0 forks source link

Error Checking #3

Open abislane opened 6 years ago

abislane commented 6 years ago

Create better error checking / validation for crosswords to reduce the possibility of crashing the program

Current issues: 1) validate the crossword by number of clues. This can be done by checking that the numbers on the row clues add up to the same numbers of columns 2) Determine a failure state. This can be done after a complete pass over of rows or columns if no changes have been made.