https://github.com/varunbanka/tic_tac_toe_using_python
here's a tic tac toe game made using python and exe file is also available but make sure python is installed in your pc
https://github.com/varunbanka/tic_tac_toe_using_python
cv2 game gui python tic-tac-toe tic-tac-toe-ai tic-tac-toe-game tic-tac-toe-python
Last synced: 7 months ago
JSON representation
here's a tic tac toe game made using python and exe file is also available but make sure python is installed in your pc
- Host: GitHub
- URL: https://github.com/varunbanka/tic_tac_toe_using_python
- Owner: VarunBanka
- License: gpl-3.0
- Created: 2022-06-14T16:22:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-14T20:28:51.000Z (almost 3 years ago)
- Last Synced: 2025-06-22T01:38:29.384Z (8 months ago)
- Topics: cv2, game, gui, python, tic-tac-toe, tic-tac-toe-ai, tic-tac-toe-game, tic-tac-toe-python
- Language: Python
- Homepage:
- Size: 4.98 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic Tac Toe
A fun tic tac toe game made using python

# Creadits
# Requirments
1. Python 3.8 or higher
2. Open CV 2
3. Numpy
# Installation of requirmemts
Run the following commands
```py
pip install opencv-python
```
```py
pip install numpy
```
# Usage
Downlaod the files from the given link
Extract them
Run main.py file
# Download