Skip to content

Commit 5c6368b

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents e9566ad + 3b1dbe5 commit 5c6368b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Word Guessing Game
2+
3+
This is a simple word guessing game implemented in Python. The objective is to guess a randomly chosen word by guessing one letter at a time.
4+
5+
## How to Play
6+
7+
1. The program will greet you and ask for your name.
8+
2. A random word will be chosen from a predefined list.
9+
3. You have a limited number of rounds to guess the word. The number of rounds is equal to the length of the word plus one.
10+
4. In each round, you will guess a letter.
11+
5. If the guessed letter is in the word, it will be revealed in its correct position(s).
12+
6. If the guessed letter is not in the word, the number of remaining rounds will decrease.
13+
7. The game continues until you either guess the word correctly or run out of rounds.
14+
15+
![image](https://github.com/JawadSher/Python-Projects-Beginner-to-Advance/assets/158135119/56179c38-2a26-471a-987d-8549865f67af)
16+
![image](https://github.com/JawadSher/Python-Projects-Beginner-to-Advance/assets/158135119/88736616-e850-4d08-bc87-cb6940a7d21d)
17+
18+

0 commit comments

Comments
 (0)