pull/8432/merge
Lethios 3 weeks ago committed by GitHub
commit 18d596dade
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/data/projects/number-guessing-game.md

@ -45,7 +45,6 @@ Here is a sample output of the game:
```plaintext
Welcome to the Number Guessing Game!
I'm thinking of a number between 1 and 100.
You have 5 chances to guess the correct number.
Please select the difficulty level:
1. Easy (10 chances)
@ -55,6 +54,7 @@ Please select the difficulty level:
Enter your choice: 2
Great! You have selected the Medium difficulty level.
You have 5 chances to guess the correct number.
Let's start the game!
Enter your guess: 50

Loading…
Cancel
Save