Modify solution word length
This commit is contained in:
parent
04e82d0d60
commit
120e1c4727
@ -301,7 +301,7 @@ def create_word_grid(w: int, h: int, lang_code: str = "en", target_density: floa
|
||||
|
||||
return None
|
||||
|
||||
def get_solution_word(min_length=15, max_length=100):
|
||||
def get_solution_word(min_length=12, max_length=100):
|
||||
word = get_word(min_length=min_length, max_length=max_length)
|
||||
|
||||
# search for matching characters in locations
|
||||
|
Loading…
Reference in New Issue
Block a user