Skip to content

Commit c01042a

Browse files
Update README.md
1 parent 9f38686 commit c01042a

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

Tic-Tac-Toe Game/README.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,19 @@ The game starts with player X. Players click on the buttons to mark their moves.
1111
- Python 3.x
1212
- `tkinter` library (usually included with Python installations)
1313

14-
## Installation
15-
16-
1. Clone this repository to your local machine:
17-
```bash
18-
git clone https://github.com/yourusername/tic-tac-toe-game.git
19-
```
20-
21-
2. Navigate to the project directory:
22-
```bash
23-
cd tic-tac-toe-game
24-
```
14+
## ▶️ How to Run the Script
15+
1. Clone the Repository:
16+
```
17+
git clone https://github.com/ShravanDalavi/Simple-Python-Mini-Projects.git
18+
```
19+
2. Navigate to Directory:
20+
```bash
21+
cd Simple-Python-Mini-Projects/Tic\ Tac\ Toe\ Game
22+
```
23+
3. Run the Script:
24+
```bash
25+
python tic_tac_toe.py
26+
```
2527

2628
## How to Install Required Modules
2729

0 commit comments

Comments
 (0)