Skip to content

hyderix/hangman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hangman

My OOP text-based version of this exercise http://www.practicepython.org/exercise/2017/01/10/32-hangman.html Run hangman.py and create a game by using: game = Game() This will create a game with 10 tries and a random word from the SOWPODS dictionary. You can change the word and the tries with word= and tries= Play the game with game.play()

About

My OOP text-based version of this exercise http://www.practicepython.org/exercise/2017/01/10/32-hangman.html

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages