Gallows is a console-based implementation of the traditional word guessing game Hangman. Developed in Python, the project challenges players to guess a secret word one letter at a time, with a limited number of incorrect guesses.
- Extensive Word Bank: Over 1000 common English words for high replay value.
- Progressive Gallows Display: Incremental visual feedback for incorrect guesses.
- Input Validation: Gracefully handles invalid inputs (eg. numbers, multiple letters).
- Clone the Repository
git clone https://github.com/nilaysureka/gallows.git- Run the Game
python game.py- The game selects a secret word and displays underscores (_).
- Guess a letter and press Enter.
- Correct guesses fill the blanks.
- Incorrect guesses draw a part of the gallows figure.
- The Goal: Guess the word before the full gallows figure is drawn!
Contributions are greatly appreciated.
- Fork the Project.
- Create your Feature Branch.
- Commit your Changes.
- Push to the Branch.
- Open a Pull Request.