Added future challenges
This commit is contained in:
parent
f24ea5a242
commit
44d2595e0b
1 changed files with 9 additions and 3 deletions
12
README.md
12
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
|
Loading…
Reference in a new issue