From b98f365385ad76ac6701ce450b759ef08bfc1682 Mon Sep 17 00:00:00 2001 From: Jawad Sher <158135119+JawadSher@users.noreply.github.com> Date: Wed, 29 May 2024 16:11:49 +0500 Subject: [PATCH] Update README.md --- Project 4 - Rock Paper Scissor/README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/Project 4 - Rock Paper Scissor/README.md b/Project 4 - Rock Paper Scissor/README.md index e69de29..b7ee88d 100644 --- a/Project 4 - Rock Paper Scissor/README.md +++ b/Project 4 - Rock Paper Scissor/README.md @@ -0,0 +1,20 @@ +# Rock Paper Scissors Game + +Welcome to the **Rock Paper Scissors Game**, where you can play against the computer! + +## Game Rules + +- **Rock** vs **Paper** → Paper Wins +- **Rock** vs **Scissors** → Rock Wins +- **Paper** vs **Scissors** → Scissors Wins + +## How to Play + +1. The game will prompt you to enter the number of rounds you want to play. +2. For each round, you will choose between Rock, Paper, and Scissors by entering the corresponding number: + - 1 - Rock + - 2 - Paper + - 3 - Scissors +3. The computer will randomly select its choice. +4. The game will then determine the winner based on the rules and display the result. +5. After each round, you will be asked if you want to play again. If you choose `yes`, an additional round will be played. If you choose `no`, the game will end.