A simple letter-guessing game built with Python where players try to guess a randomly selected word one letter at a time.
- The game selects a random word from a word bank.
- The player guesses one letter at a time.
- They have 10 attempts to guess the entire word.
- Correct guesses reveal letters; incorrect guesses reduce attempts.
- Python 3
- Standard libraries:
random
- Make sure Python is installed on your system.
- Clone this repository or download the ZIP.
- Open terminal or command prompt in the project folder.
- Run the following command:
python guessing_game.py