joshbduncan / word-search-generator

Make awesome Word Search puzzles!
MIT License
75 stars 24 forks source link

Max puzzle size is 25, not 30 #12

Closed dt215git closed 2 years ago

dt215git commented 2 years ago

Docs state max puzzle size is 30, but this isn't consistent with what's in config.py.

# puzzle settings
min_puzzle_size = 10
max_puzzle_size = 25
min_puzzle_words = 1
max_puzzle_words = 30
max_fit_tries = 100

At least it's an easy fix 😁 Nice little tool this 👍

joshbduncan commented 2 years ago

Hey, thanks for catching that! I wish all fixes were this easy 😬. I've got the docs updated and a new version coming out. Cheers ✌️