Merge pull request 'Add a useful readme :)' (#1) from Man/RockPaperScissors:master into master

Reviewed-on: #1
This commit is contained in:
Steven 2022-10-10 15:10:12 -04:00
commit fd205a4128

View File

@ -1,2 +1,11 @@
# RockPaperScissors
Simple to user Rock Paper Scissors game.
### Commands
- 'rock' or 'r'
- 'paper' or 'p'
- 'scissors' or 's'
- 'quit' or 'q'
It even keeps a score, +1 point for a win, -1 for a loss and no change for a tie. This resets on app close