From 5af3444ea3dd9c9085b78b35b3b4ba2410481c50 Mon Sep 17 00:00:00 2001 From: shrutidev18 Date: Mon, 14 Jul 2025 22:25:49 +0530 Subject: [PATCH] Create README.md Added a README.md file --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7cda040 --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +🎮 ROCK PAPER SCISSORS GAME + +A beginner-friendly **Rock, Paper, Scissors** game written in Python. Play against the computer, track your score, and enjoy a simple but fun experience! + +------------------------- + +📋 Features + +- Play Rock, Paper, Scissors against the computer +- Tracks wins, losses, and ties +- User-friendly interface +- Great for Python beginners to learn conditionals, loops, and input handling + +------------------------- + +🎮 How to Play + +Press: +R for Rock +P for Paper +S for Scissors +Q to Quit the game + +The computer will choose a move at random and the result will be shown immediately. + +--------------------------