Skip to content

Hershey435/Hangman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hangman

A hangman simulation game created using Python and the very basics of web scraping.

How to play ?

  1. A word with blanks instead of letters and a hint alluding to the word will be displayed.
  2. If the guessed letter exists in word, all the blanks having that letter in the word will be filled.
    For example, if the word is :
    _ _ _ _ _
    Hint : Fruit; Is said to keep the doctors away
    you guess 'p'
    Result will be :
    _ p p _ _
  3. For every wrong guess, you lose a life.
  4. If you lose all the lives (proverbial man is hanged), you lose.

About

A hangman simulation game using Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages