philhanna / crossword

Crossword puzzle editor
MIT License
2 stars 0 forks source link

Create grids that match specified criteria #122

Open philhanna opened 4 years ago

philhanna commented 4 years ago

Requirements

Need to be able to specify, for example, a grid with:

It is not necessary to enumerate all of the possible grids that match the criteria, only the first one found. This could be done random black cell arrangement over and over, with a maximum iteration limit.