https://github.com/arshcypherz/tic-tac-toe
Python Based tic-tac-toe game (school project)
https://github.com/arshcypherz/tic-tac-toe
Last synced: 7 months ago
JSON representation
Python Based tic-tac-toe game (school project)
- Host: GitHub
- URL: https://github.com/arshcypherz/tic-tac-toe
- Owner: ArshCypherZ
- License: mit
- Created: 2023-02-24T04:01:42.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-02-24T04:03:51.000Z (over 2 years ago)
- Last Synced: 2025-01-21T10:50:56.343Z (9 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tic-tac-toe
Python based tic-tac-toe game (school project)## Running Tic-Tac-Toe:
```
git clone https://github.com/ArshCypherZ/tic-tac-toe.git
cd tic-tac-toe
python main.py
```