This project is a simple text-based Hangman Game developed using Python.
The player guesses a hidden word one letter at a time. The game allows a maximum of six incorrect guesses before ending.
- Random word selection
- Letter-by-letter guessing
- Maximum 6 wrong attempts
- Win and lose conditions
- Console-based interaction
- Python
- Random Module
- Lists
- Strings
- While Loop
- If-Else Statements
- User Input
- Random Module
python hangman.pyThe game displays hidden letters using underscores and asks the user to guess letters until the word is found or attempts run out.
Panjala Rashmitha

