Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 293 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 293 Bytes

Hangman

Hangman game with python.

How to play

Run main.py with Python 3.x.

python3 main.py

Try to guess the word with one letter at a time.

If you think you found the word, just type it like;

michael jackson
Note: Works with python 3.x.