A simple console-based Hangman Game developed using Python.
- Random word selection
- Hidden word display
- Guess one letter at a time
- Maximum 6 wrong guesses
- Duplicate guess detection
- Input validation
- Win/Lose messages
- Python 3
python hangman.pyCodeAlpha_Hangman_Game
│
├── hangman.py
├── README.md
├── requirements.txt
├── LICENSE
└── screenshots
M kushma


