Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 441 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 441 Bytes

Hangman

A Hangman game made with python using Tkinter library. To run this game on your system follow steps given below.

  1. Clone this repository
  2. Make sure you have python 3 and Tkinter installed in your system
  3. Select the directory Hangman and opent terminal in it.
  4. Run the command
python hangman.py 

Feel free to raise an issue if you found one. If you want to add any new feature to the game, go ahead make a PR.