Skip to content

Hangman Game. A local multiplayer version of the classic Hangman game, implemented in Python.

License

Notifications You must be signed in to change notification settings

sghaierwalaeddine/Hangman-Py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Hangman Game. A local multiplayer version of the classic Hangman game, implemented in Python.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages