Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.01 KB

File metadata and controls

28 lines (16 loc) · 1.01 KB

Python Hangman!!

Simple console game. Program loads possible words from .txt file. It has two modes, with and without hints. Hint means that you can type * instead of letter and list of words that fit to current state will be printed. If you type vovel that is not in secret word you will loose 2 guesses.

Menu screen:

logging_screen

Bad guess:

sign_in

Good guess:

good_guess

Hint:

hint

Winning:

win

Loosing:

loose