A simple text-based Hangman Game developed using Python.
- Random word selection
- Letter-by-letter guessing
- Input validation
- Duplicate guess detection
- Maximum 6 incorrect guesses
- Win and Lose conditions
- Console-based gameplay
- Python 3
- Random Module
- Clone the repository.
- Open the project in Python.
- Run:
python Hangman Game.pyA short screen recording demonstrating the functionality of the Hangman Game is available on my LinkedIn profile.
๐ Watch the Demo: https://www.linkedin.com/posts/sachin-venkatraman_codealpha-python-pythonprogramming-ugcPost-7476885283851051008-f7Gp/
This project was developed as Task 1 of the CodeAlpha Python Programming Internship.
Sachin V