https://github.com/imacod3r/tic-tac-toe-game
Tic tac toe game made with python.
https://github.com/imacod3r/tic-tac-toe-game
Last synced: 3 days ago
JSON representation
Tic tac toe game made with python.
- Host: GitHub
- URL: https://github.com/imacod3r/tic-tac-toe-game
- Owner: ImaCod3r
- Created: 2024-07-07T13:03:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-07T13:05:48.000Z (almost 2 years ago)
- Last Synced: 2025-03-02T21:18:04.077Z (over 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 💡 TIC TAC TOE GAME
That's a tic tac toe game made with python, running on your terminal. No GUI yet :)
## ⚙️ How to run
1 - Clone this repository
```bash
git clone https://github.com/ImaCod3r/tic-tac-toe-game.git
```
2 - Browse into the project folder
```bash
cd tic-tac-toe-game
```
3 - Run main.py
```bash
python main.py
```
## 📝 Notes
It's just the v1, you can help me to improve the game!