Artificial Intelligence - Implementation of Tic-Tac-Toe game using Python
This is a tic-tac-toe game implementation in python. You may find the source code for the above demonstration in the link given below : https://github.com/diesel707/Ai50.git In the above link you will find 2 python files, namely runner.py and tictactoe.py . You should run runner.py in order to run the program.