Skip to content

Commit a8715c9

Browse files
authoredSep 26, 2023
Update README.md
1 parent 0fb4d6a commit a8715c9

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed
 

‎PyGamesScripts/Rock-Paper-Scissors/README.md

+15-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
## Rock, Paper, Scissors Game
1+
### Rock, Paper, Scissors Game
2+
23
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.
34

4-
## How to Play
5+
### How to Play
6+
57
Clone or download this repository to your local machine.
68

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

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

22-
## Game Rules
24+
### Requirements
25+
26+
- Your computer should have Python 3.
27+
- If your computer don't have Python you can download it from google.
28+
29+
### Screenshot of the Game
30+
![Game Image 1](game_img1.png)
31+
![Game Image 2](game_img2.png)
32+
33+
### Game Rules
34+
2335
Rock beats Scissors
2436
Scissors beats Paper
2537
Paper beats Rock

0 commit comments

Comments
 (0)
Please sign in to comment.