From c306720db328a201fc37c1059356d80ab0472163 Mon Sep 17 00:00:00 2001 From: Man Date: Mon, 10 Oct 2022 15:08:26 -0400 Subject: [PATCH] Add a useful readme :) --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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