We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08a7889 commit b9210f8Copy full SHA for b9210f8
README.md
@@ -1,12 +1,12 @@
1
# NumberGuessingGame
2
-This game was created using Python. This is my first project using Python.
+This game is my first project using Python.
3
4
-The game works as the following:
5
-Pick a number between 1 - 10
6
-You have 3 guesses to pick the correct number.
+**The game works as the following:**
+ - Pick a number between 1 - 10
+ - You have 3 guesses to pick the correct number.
7
+ - If you can't pick the number in those 3 guesses the game is over.
8
-Features:
9
+**Coming Soon!**
10
- Currently working on adding different difficulty's
11
- Currently working on adding the "play again" if you miss all 3 guesses.
- - Once you get the answer correct you are able to play again.
12
0 commit comments