Himel-Sarder / HangMan-Game

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hangman Game

V

Game's Attractive Title Bar

image

Screenshots

Z Y

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.

Required knowledge on

CF

Take a Look

HangMan.Game.mp4

Use it in Replit

https://replit.com/@AntuSarder/HangMan-Game

How to Play

  1. Run the hangman.py file using Python.
  2. You will be presented with a welcome message and a blank space representing the hidden word.
  3. 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.
  4. Keep guessing letters until you either complete the word or the hangman is fully drawn.
  5. If you complete the word before the hangman is fully drawn, you win! Otherwise, you lose.

Files

  • hangman.py: This is the main Python script for the Hangman game.
  • HangMan FlowChart.jpg: This picture contains a instruction based flowchart.

Usage

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

Contributing

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!

Credits

This Hangman game was created by Himel Sarder as a fun project to practice Python programming skills.

Some online Hangman Game you can play for joy

  1. https://www.gamestolearnenglish.com/hangman/
  2. https://www.coolmathgames.com/0-hangman#immersiveModal
  3. https://www.englishclub.com/esl-games/hangman/
  4. https://www.hangman.org/

License

This project is licensed under the MIT License.

Thank You

About

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.

License:MIT License


Languages

Language:Python 100.0%