diff --git a/README.md b/README.md index 932e695..9b43371 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file