Open Issues Need Help
View All on GitHub Create a word bank -- hangman_of_doom 6 months ago
AI Summary: This issue aims to create a word bank for the `hangman_of_doom` project. It involves storing a list of "spooky" words, likely from existing comments, into a `vec` and then using this `vec` to select the `secret_word` in the `main` function. An additional function for organization might be considered.
Complexity:
1/5
good first issue