jonadsimon / wonder-words-generator

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

Add "interestingness" constraint #52

Open jonadsimon opened 2 years ago

jonadsimon commented 2 years ago

For a valid completed board, esp. one generated with "min", check that it isn't all fwd words in the same orientation, e.g.

horizontal (fwd/bwd): 6/3
vertical (fwd/bwd): 23/1
diagonal du (fwd/bwd): 4/1
diagonal ud (fwd/bwd): 3/2

Require that no one direction/orientation can be too dominant