Skip to content

Prathimar06/Guessing_game_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŽฎ 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

 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages