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.
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
You can’t perform that action at this time.
0 commit comments