You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm attempting to do NaNoGenMo in just a few days by also using it as an opportunity to release some code I've had sitting on my hard drive for handling cryptic crossword grids. My plan is to create a reference with a filled-out sample grid for all 6,364 contiguous black-square cryptic crossword grids of size 15x15 with word lengths of 5, 7, or 9.
The text was updated successfully, but these errors were encountered:
This is sort of an imaginary 1970's project from IBM or some similar company, to produce a sample word setting for all possible grids for cryptic crosswords within a set of constraints:
Grids are 15x15 and use black squares rather than bars
Every even letter is unchecked
Words may be of 5, 7, or 9 letters
Grids must be contiguous
Grids have rotational symmetry
This leads to every grid being definable by the lengths of the four Across and four Down entries in the top left corner, which is what this project uses as a code to distinguish grids.
The code makes a lot of use of the grimdrake library at https://github.com/mmoskowitz/grimdrake which I've added to github and will be writing a real release for as part of this project.
I'm attempting to do NaNoGenMo in just a few days by also using it as an opportunity to release some code I've had sitting on my hard drive for handling cryptic crossword grids. My plan is to create a reference with a filled-out sample grid for all 6,364 contiguous black-square cryptic crossword grids of size 15x15 with word lengths of 5, 7, or 9.
The text was updated successfully, but these errors were encountered: