From 44d2595e0bc11ee8f4cd46f91510d4ff1b741507 Mon Sep 17 00:00:00 2001 From: Billy Brawner Date: Mon, 28 Nov 2016 02:52:40 -0600 Subject: [PATCH] Added future challenges --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7cc57d4..bbe035e 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ -# Number-Guessing Game ----------------------- - +Number-Guessing Game +-------------------- A simple game where the computer picks a number and the player must guess what it is. ## Gameplay: @@ -20,3 +19,10 @@ A simple game where the computer picks a number and the player must guess what i * ability to receive input * number comparison calculations * give reply on number + +## Future Challenges +* ~~Ask player if they want to play again~~ +* Reverse roles: human picks number and AI guesses +* Multiplayer: play with two humans +* Spectator: play with two AIs +* Menu: select between different game modes \ No newline at end of file