Closed joshbduncan closed 1 year ago
New pre-built mask shapes: Club, Fish, Flower, and Spade
During mask generation, each class and subclass now refers to their own build_mask() method instead of the base class.
build_mask()
The .random_words() method default to NOT resetting the puzzle size.
.random_words()
Radius calculation for the RegularPolygon mask.
RegularPolygon
If the random_words() method is called on an empty WordSearch() object, an appropriate puzzle size is calculated.
random_words()
WordSearch()
New pre-built mask shapes: Club, Fish, Flower, and Spade
During mask generation, each class and subclass now refers to their own
build_mask()
method instead of the base class.The
.random_words()
method default to NOT resetting the puzzle size.Radius calculation for the
RegularPolygon
mask.If the
random_words()
method is called on an emptyWordSearch()
object, an appropriate puzzle size is calculated.