Skip to content

nmathias0121/hangman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hangman

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

Releases

No releases published

Packages

No packages published

Languages