Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 957 Bytes

README.md

File metadata and controls

42 lines (25 loc) · 957 Bytes

Hangman-Py

This is a local multiplayer version of the classic Hangman game, implemented in Python.

How to Play

  1. Player 1 enters the word to be guessed in the console.
  2. Player 2 tries to guess the word using the graphical user interface.
  3. If the player closes the game, they can continue where they left off later.
  4. The best score (number of guesses) is displayed.

Screenshot

How to Run

To run the game, open the terminal in the project directory and type:

python hangman-py.py

Requirements

The game requires Python 3 and the following packages:

  • tkinter
  • random

Limitations

  • The game only supports local multiplayer.
  • There are no levels of difficulty.

Author

Wala Eddine Sghaier

License

This project is licensed under the MIT License - see the LICENSE file for details.

This was made in December 2021.

Copyright © 2021 All Rights Reserved