Added future challenges

This commit is contained in:
William Brawner 2016-11-28 02:52:40 -06:00
parent f24ea5a242
commit 44d2595e0b

View file

@ -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