ogallagher / wordsearch_generator

Multilingual wordsearch (word search) generator
https://wordsearch.dreamhosters.com
MIT License
6 stars 2 forks source link

Non square wordsearch doesn't support words longer than vertical/outer dimension #56

Closed ogallagher closed 10 months ago

ogallagher commented 2 years ago

This is true at least for the cli version.

13: word:clue
1 = owen:name
2 = nemo:fish
284.ERROR: owen length 4 longer than board width 3
284.ERROR: nemo length 4 longer than board width 3

z s k x w
c w u g e
f b q x m
ogallagher commented 10 months ago

In case this (likely) also affects the webpage version, I should increment the version script source url param.

→ The webpage driver did not have this problem.