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 3403255 commit c9852c2Copy full SHA for c9852c2
README.md
@@ -1,2 +1,12 @@
1
# NumberGuessingGame
2
-I created a number guessing game using Python.
+This game was created using Python. This 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.
7
8
+Features:
9
+ - Currently working on adding different difficulty's
10
+ - Currently working on adding the "play again" if you miss all 3 guesses.
11
+ - Once you get the answer correct you are able to play again.
12
0 commit comments