Compare commits

..

No commits in common. "fd205a41282fd4d5f4d002856a3a9d294b37a099" and "c014467d540d8d34ddc93ab70f670369d4a235ad" have entirely different histories.

View File

@ -1,11 +1,2 @@
# 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