jonadsimon / wonder-words-generator

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

Shuffle letter order to increase stochasticity #46

Closed jonadsimon closed 2 years ago

jonadsimon commented 2 years ago

In addition to permuting word order, permute letter order as well

jonadsimon commented 2 years ago

Added shuffle-letters flag, but (1) it doesn't help, (2) it breaks the covered-word/doubled-word logic, and (3) even if it did work it breaks the board output statistics

Probably should just scrap the idea altogether

jonadsimon commented 2 years ago

Added in https://github.com/jonadsimon/wonder-words-generator/commit/5ca2595066bfd98c1c0b28624a98483689971f3e

Removed again in https://github.com/jonadsimon/wonder-words-generator/commit/e9f02806a73fe7260bbb294c416664b43836dfb8

If want to re-add, refer back to the reverted CL