jonadsimon / wonder-words-generator

Generates WonderWords puzzles
Apache License 2.0
2 stars 0 forks source link

Producing puzzles with too many empty squares #59

Closed jonadsimon closed 2 years ago

jonadsimon commented 2 years ago

Producing puzzles where many letters are leftover that are unrelated to the hidden word.

Is somehow related to a disconnect between where the words are according to the MiniZinc output and where the words are according to a post-hoc search

The part that most doesn't make sense is that the extra "leftover" letters don't appear to be part of any word, therefore it's not a doubled-up word edge case, it's something else.

Problem can be replicated by running

 python make_puzzle_v2.py "weird" "dreams" --packing-constant=1.16 --strategy=median --optimize-words

with random seed = 1

jonadsimon commented 2 years ago

Bug was a red flag, printer just cut off some of the words