Skip to content

This is hang man game made by python. It reminds our old school days. Let's create a new world with shinobi.

Notifications You must be signed in to change notification settings

partner0307/hangman-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Hangman Game

This is a simple Hangman game made with Python.

How to Play

  1. Run the index.py file in the terminal.
  2. The game will choose a random word from a list of words and display it as underscores.
  3. Guess one letter at a time by typing it in the terminal.
  4. If the letter is in the word, it will replace the corresponding underscore(s). If not, a part of the hangman will be drawn.
  5. Keep guessing letters until you either guess the word or the hangman is complete.

Features

  • The game has a list of over 100 words to choose from.
  • The hangman is drawn using ASCII art.
  • You can only guess one letter at a time, and it must be a letter of the alphabet.
  • The game keeps track of the letters you have guessed and tells you if you have already guessed a letter.

Requirements

  • Python 3.x

How to Contribute

If you find any issues with the game or have suggestions for improvement, feel free to open an issue or submit a pull request.

License

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

About

This is hang man game made by python. It reminds our old school days. Let's create a new world with shinobi.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages