HANGMAN
- Jul 22, 2023
- 1 min read
This project is a Python implementation of the classic hangman game. The user is presented with a word that is hidden by a series of dashes. The user then guesses letters, and if the letter is in the word, the dashes that correspond to that letter are filled in. If the letter is not in the word, a body part is added to a hangman drawing. The game ends when the user guesses the word correctly or when the hangman is complete. The project is hosted on Replit, an online integrated development environment (IDE) that can be used with a variety of programming languages. To run the project, you will need to create a Replit account and clone the project. Once you have cloned the project, you can run it in your local environment.
https://replit.com/@AqsaAshfaq07/Hangman?v=1





Comments