mrichards42 / xword

Cross-platform crossword solving
https://mrichards42.github.io/xword/
GNU General Public License v3.0
42 stars 13 forks source link

Support iPuz diagramless puzzles #207

Closed boisvert42 closed 1 year ago

boisvert42 commented 1 year ago

I think this would be pretty easy -- it's just adding the "diagramless" puzzleKind and mapping it to whatever you do for diagramless puz files.

boisvert42 commented 1 year ago

There's no official equivalent for JPZ but that probably shouldn't stop us from making one if we want.

jpd236 commented 1 year ago

I think it's already done:

https://github.com/mrichards42/xword/blob/master/puz/formats/ipuz/load_ipuz.cpp#L186

boisvert42 commented 1 year ago

Yes, my mistake! Carry on