Tic Tac Toe
This is a simple Tic Tac Toe game built with Python.
Installation
You need to clone the repo:
git clone https://github.com/xNKIT/TicTacToe
Requirements
Python 3.8
Usage
You can either run it using an IDE (VSCode, Sublime Text, Atom etc) or from the Command Line by running:
cd TicTacToe
python TicTacToe.py