An open API service indexing awesome lists of open source software.

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.

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!