bunkat / wordfind

A small javascript library for generating and solving word find (also known as word search) puzzles.
MIT License
194 stars 110 forks source link

Prefer diagonal? #18

Open sedrakk opened 2 years ago

sedrakk commented 2 years ago

Wondering if there is way to indicate the preference of having a diagonal (or any other) direction?

PedroMeneses97 commented 1 year ago

Check the WordFind file, there should be a " var allOrientations" , choose what you prefer.