Skip to content

davidboers/hangman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Hangman

The word to guess is preset to 'awesome'. The word can be changed in the source code as below:

word = 'awesome' # Line 6

# The word must be all lowercase. 
# Ex:
word = 'python'

About

Small hangman game in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages