Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 745 Bytes

File metadata and controls

33 lines (20 loc) · 745 Bytes

🎮 Python Guessing Game

A simple letter-guessing game built with Python where players try to guess a randomly selected word one letter at a time.


🧠 How it Works

  • 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.

💻 Technologies Used

  • Python 3
  • Standard libraries: random

🚀 How to Run

  1. Make sure Python is installed on your system.
  2. Clone this repository or download the ZIP.
  3. Open terminal or command prompt in the project folder.
  4. Run the following command:
python guessing_game.py