A classic text-based Hangman game implemented in Python.
- The game selects a random word.
 - Players try to guess the word letter by letter.
 - Each wrong guess reduces the number of remaining attempts.
 - The game ends when the player guesses the word correctly or runs out of attempts.
 
- Random word selection from a predefined list
 - Tracks letters guessed by the player
 - Displays remaining attempts
 - Simple and interactive terminal interface
 - Beginner-friendly implementation to learn Python basics
 
Python 3 Standard library (no external dependencies)
Developed by: [Ramya Pathak]
This project is open-source and available under the MIT License. Feel free to use, modify, and share it for learning purposes.