jpd236 / kotwords

Collection of crossword puzzle file format converters and other utilities, written in Kotlin.
Apache License 2.0
25 stars 6 forks source link

Retain custom words when saving as Puzzle #9

Closed jpd236 closed 3 years ago

jpd236 commented 3 years ago

When parsing a richer format like JPZ or PuzzleMe which includes words - specific squares corresponding to where the answer to each clue should be entered - we should retain those in the Crossword. They can be ignored when saving as a .puz (and/or used to identify if doing so risks losing information), but retained when using Puzzle#fromCrossword to save as a JPZ.