Word guessing game in Python
Files
- web_scrape_words.py : scrape words from html file using BeautifulSoup module and store them in a file for game purposes
- hangman.py : let user select theme, select a random word, play game
- main.py
Game Instructions
python3 main.py
Wait for game to load
Select a number to choose theme
guess all characters one by one
enter Y to play again, n to quit
Install Built-In Modules
pip install module_name