alexdej / puzpy

Python library for reading and writing across lite crossword puzzle .puz files.
MIT License
112 stars 32 forks source link

correctness check #3

Closed alexdej closed 12 years ago

alexdej commented 12 years ago

correctness is typically pretty simple, just compare to Puzzle.answers. But in case of scrambled answers, it is useful to compare to the special answer checksum that is included. Should add a function that does the right thing depending on whether the answers are scrambled.

alexdej commented 12 years ago

this is done