alexdej / puzpy

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

fixes for diagramless puzzles #25

Closed alexdej closed 3 years ago

alexdej commented 3 years ago

diagramless puzzles apparently use a different character for black squares (':' instead of '.') so numbering and scramble/unscramble functions need to be updated.