Its a 2 player tic-tac-toe game on graphic user interface and SQL database
Make sure yo have the following packages:
- tkinter
- PIL
- numpy
- pymysql
First run the createtable.py file to create a table in MySQL database.
You are ready to run the main.py file and play the game. ENJOY!!