You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PyGamesScripts/Rock-Paper-Scissors/README.md
+15-3Lines changed: 15 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
-
## Rock, Paper, Scissors Game
1
+
### Rock, Paper, Scissors Game
2
+
2
3
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.
3
4
4
-
## How to Play
5
+
### How to Play
6
+
5
7
Clone or download this repository to your local machine.
6
8
7
9
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
19
21
20
22
You can choose to play another round or exit the game by pressing any key to continue or 'e' to exit.
21
23
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.
0 commit comments