Skip to content

Commit 5442c98

Browse files
authored
Update README.md
1 parent 33554c7 commit 5442c98

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

Project 3 - Hungman Game/README.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Word Guessing Game @Hungman Game
2+
3+
This is a simple word guessing game implemented in Python. The game randomly selects a word from a predefined list of fruits and animals, and the player has to guess the word within a limited number of rounds.
4+
5+
## How to Play
6+
7+
1. Run the Python script.
8+
2. You'll receive a hint about the category of the word (either fruit or animal).
9+
3. You'll see blanks representing each letter of the word.
10+
4. You have a limited number of chances to guess the word.
11+
5. Input a single letter to guess.
12+
6. If the letter is correct, it will be revealed in its correct position(s).
13+
7. If the letter is incorrect, you'll lose a chance.
14+
8. The game ends when you correctly guess the word or run out of chances.
15+
16+
## Requirements
17+
18+
- Python 3.x
19+
20+
## Instructions
21+
22+
1. Clone this repository:
23+
24+
```bash
25+
git clone https://github.com/JawadSher/Python-Projects-Beginner-to-Advance/tree/main/Project%203%20-%20Hungman%20Game

0 commit comments

Comments
 (0)