Author : @RubnK
This is a simple Hangman game implemented in Python using the Tkinter library. The game allows players to guess a word by clicking on letter buttons, with a visual representation of a hangman that updates based on incorrect guesses. The game includes a variety of French words, providing an entertaining and challenging experience.
- Word Variety: The game includes 22,216 different French words for players to guess.
- Hangman Visuals: The hangman visuals dynamically update as players make incorrect guesses.
- Win/Loss Images: Enjoy custom "Mission Passed" and "Wasted" images for winning and losing scenarios.
- Launch the game by running the Python script.
- Click on letter buttons to guess the word.
- Watch the hangman visuals update based on correct or incorrect guesses.
- Win the game by guessing the word or lose when the hangman is fully drawn.
- Python 3.x
- Tkinter library
-
Clone the repository:
git clone https://github.com/RubnK/Pendu.git
-
Navigate to the project directory:
cd hangman-game -
Run the game :
python hangman_game.py
main.py: Python script for the Hangman game.data/liste_mots.txt: Text file containing the list of French words for the game.data/graphics/: Folder containing all the images used in the game.
Feel free to contribute to the project by submitting issues or pull requests.