/tic-tac-toe-game

Tic tac toe game made with python.

Primary LanguagePython

💡 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

git clone https://github.com/ImaCod3r/tic-tac-toe-game.git

2 - Browse into the project folder

cd tic-tac-toe-game

3 - Run main.py

python main.py

📝 Notes

It's just the v1, you can help me to improve the game!