Welcome to the Hangman game! This is a simple text-based implementation of the classic word-guessing game. The objective of the game is to guess the hidden word before the hangman is fully drawn.
HangMan.Game.mp4
https://replit.com/@AntuSarder/HangMan-Game
- Run the
hangman.py
file using Python. - You will be presented with a welcome message and a blank space representing the hidden word.
- Enter a letter to guess. If the letter is correct, it will be revealed in the word. If it's incorrect, a part of the hangman will be drawn.
- Keep guessing letters until you either complete the word or the hangman is fully drawn.
- If you complete the word before the hangman is fully drawn, you win! Otherwise, you lose.
hangman.py
: This is the main Python script for the Hangman game.HangMan FlowChart.jpg
: This picture contains a instruction based flowchart.
To play the game, simply run the hangman.py
script in your Python environment. Make sure you have Python installed on your machine.
python hangman.py
If you'd like to contribute to the Hangman project, feel free to fork this repository, make your changes, and submit a pull request. Any improvements or additional features are welcome!
This Hangman game was created by Himel Sarder as a fun project to practice Python programming skills.
- https://www.gamestolearnenglish.com/hangman/
- https://www.coolmathgames.com/0-hangman#immersiveModal
- https://www.englishclub.com/esl-games/hangman/
- https://www.hangman.org/
This project is licensed under the MIT License.