File tree Expand file tree Collapse file tree 1 file changed +13
-11
lines changed Expand file tree Collapse file tree 1 file changed +13
-11
lines changed Original file line number Diff line number Diff line change @@ -11,17 +11,19 @@ The game starts with player X. Players click on the buttons to mark their moves.
11
11
- Python 3.x
12
12
- ` tkinter ` library (usually included with Python installations)
13
13
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
+ ```
25
27
26
28
## How to Install Required Modules
27
29
You can’t perform that action at this time.
0 commit comments