feat(guess-a-word): obtain a list of words and randomize the word to be guessed
Opened this issue · 0 comments
Zaba505 commented
Currently, the list of possible words to guess is hard coded in the Main.hs file. This is could be pulled out into a user editable config file or an API request to some sort of multi-language supporting words API.