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

Add support for barred cryptics #14

Closed jpd236 closed 2 years ago

jpd236 commented 3 years ago

Main idea here is to represent the grid structure by having constructors input the lengths of the across / down entries, and inferring the bar locations + words from that.

jpd236 commented 2 years ago

This is now available as part of the regular crossword form at https://jpd236.github.io/kotwords/crossword.html. There's an optional pair of fields for Across/Down word lengths which is used to determine bar locations if provided. Otherwise, all the inputs - solution grid, clues - are the same as for regular crosswords.