1 Open Issue Need Help Last updated: Sep 17, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This issue focuses on creating a word bank for the 'hangman_of_doom' game. It requires storing a predefined set of 'spooky' words, likely from existing comments, into a vector and then using this collection to select the `secret_word` within the `main` function. There's also a consideration for refactoring into an additional function if needed for organization.

Complexity: 1/5
good first issue