/Hangman-Game

Python Hangman: A tkinter GUI implementation of the classic game. Features interactive gameplay with word selection and user-friendly interface.

Primary LanguagePythonMIT LicenseMIT

Hangman-Game

Python Hangman: A tkinter GUI implementation of the classic game. Features interactive gameplay with word selection and user-friendly interface.

1 2 3 4

Dependencies:

  • tkinter

Code to download dependencies:

pip install tk

Running the Game:

  • To run the game, make sure you have downloaded tkinter in your computer by running the above line of code.
  • After, downloading the dependencies, run the main.py file to start the Hangman Game.