Tic Tac Toe implementation using C and Python.
Clone this git repo to your local computer.
git clone https://github.com/s3h4n/TicTacToe.git
For C programming language.
gcc -o main main.c && ./main
For Python.
python3 __main__.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.