A simple command-line word guessing game built in Python.
Players have a limited number of attempts to guess the letters of a randomly chosen word from a predefined list.
- Random word selection from a word bank
- Displays current progress after each guess
- Tracks remaining attempts
- Ends the game when all letters are guessed or attempts run out
- Run the Python script:
python word_guesser.py