Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
prathimacode-hub authored Sep 26, 2023
1 parent 0fb4d6a commit a8715c9
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions PyGamesScripts/Rock-Paper-Scissors/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
## Rock, Paper, Scissors Game
### Rock, Paper, Scissors Game

This is a simple command-line implementation of the classic Rock, Paper, Scissors game in Python. You can play against the computer and see who wins the most rounds.

## How to Play
### How to Play

Clone or download this repository to your local machine.

Open your terminal or command prompt and navigate to the directory where the code is located.
Expand All @@ -19,7 +21,17 @@ After the game ends, you will see the final score and whether you won, lost, or

You can choose to play another round or exit the game by pressing any key to continue or 'e' to exit.

## Game Rules
### Requirements

- Your computer should have Python 3.
- If your computer don't have Python you can download it from google.

### Screenshot of the Game
![Game Image 1](game_img1.png)
![Game Image 2](game_img2.png)

### Game Rules

Rock beats Scissors
Scissors beats Paper
Paper beats Rock
Expand Down

0 comments on commit a8715c9

Please sign in to comment.