AndrewRigg / Crossword

Crossword Generator made by Steven Court
0 stars 0 forks source link

Wordsearch: Number of words #56

Closed AndrewRigg closed 7 years ago

AndrewRigg commented 7 years ago

It is required to have a proportional number of words with the grid size so that the grid is sufficiently filled. I suppose the area filled would want to be roughly the same each time. It would probably suffice to use a formula such as:

W = (x^2)/2

where W is number of words and x is gridsize.

AndrewRigg commented 7 years ago

Ok I have used a formula with the square of the grid /10 with a correction factor for the small grids and am pretty happy with that. image