Skip to content

Commit 5c00129

Browse files
Update README.md
1 parent fc0cf16 commit 5c00129

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

Rock, Paper, Scissors Game/README.md

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,26 @@ tkinter (usually included with Python installations)
1212
random (standard Python library)
1313

1414
## How to Install
15-
1. Clone the Repository:
16-
```bash
17-
git clone https://github.com/yourusername/rock-paper-scissors-gui.git
18-
cd rock-paper-scissors-gui
19-
```
20-
2. Install Required Modules:
15+
16+
1. Install Required Modules:
2117
Ensure you have Python installed. Tkinter is typically included with Python installations. If you need to install Tkinter separately, you can do so using your package manager. For example, on Debian-based systems:
2218
```bash
2319
sudo apt-get install python3-tk
2420
```
25-
## How to Run the Script
26-
1. Navigate to the Directory:
27-
```bash
28-
cd path/to/rock-paper-scissors-gui
29-
```
30-
2. Run the Script:
31-
```bash
32-
python rock_paper_scissors.py
33-
```
21+
22+
## ▶️ How to Run the Script
23+
1. Clone the Repository:
24+
```
25+
git clone https://github.com/ShravanDalavi/Simple-Python-Mini-Projects.git
26+
```
27+
2. Navigate to Directory:
28+
```bash
29+
cd Simple-Python-Mini-Projects/Rock\ Paper\ Scissors\ Game
30+
```
31+
3. Run the Script:
32+
```bash
33+
python rps_game.py
34+
```
35+
3436
## Example Output
35-
When you run the script, a window will appear with buttons to choose Rock, Paper, or Scissors. After making your choice, the result of the game will be displayed in the window.
37+
When you run the script, a window will appear with buttons to choose Rock, Paper, or Scissors. After making your choice, the result of the game will be displayed in the window.

0 commit comments

Comments
 (0)