You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments