Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 779 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 779 Bytes

Description

This is a simple Hangman game implemented in Python. Hangman is a classic word guessing game where the player must guess letters in a hidden word. Each incorrect guess brings them closer to losing.

Features

Randomly selects a word from a predefined list for the player to guess.
Keeps track of the state of the hangman as incorrect guesses are made.
Provides feedback on whether a guessed letter is correct or incorrect.
Displays the current state of the guessed word, showing blanks for unguessed letters.

Contributing

Contributions are welcome! Here are a few ways you can contribute:

Expand the word list with more words.
Improve the game interface or add more features.
Fix any bugs you encounter or suggest enhancements.