Skip to content

Commit c9852c2

Browse files
Update README.md
1 parent 3403255 commit c9852c2

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
11
# NumberGuessingGame
2-
I created a number guessing game using Python.
2+
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

Comments
 (0)