Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 334 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 334 Bytes

Guess-The-Word-Game

The Word Guessing Game is a Python project where players guess a random word based on a hint. Players input letters with limited attempts. The game validates inputs, tracks correct guesses, and gives feedback on incorrect ones, demonstrating file handling, random selection, and basic Python control structures.