ogallagher / wordsearch_generator

Multilingual wordsearch (word search) generator
https://wordsearch.dreamhosters.com
MIT License
6 stars 2 forks source link

Support random subset in export and share url #61

Open ogallagher opened 2 years ago

ogallagher commented 2 years ago

I think currently the webpage driver may determine the subset before passing the reduced words list to the WordsearchGenerator constructor, but that wordsearches have the ability to store the full word-clues list as well as the subset size.

Passing the full list and subset size to the constructor should allow for config export and share url to create new wordsearches with the same words population and subset size.