Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 361 Bytes

File metadata and controls

14 lines (13 loc) · 361 Bytes

GUI-TIC-TAC-TOE

Its a 2 player tic-tac-toe game on graphic user interface and SQL database

HOW TO RUN

Make sure yo have the following packages:

  • tkinter
  • PIL
  • numpy
  • pymysql

CREATE TABLE

First run the createtable.py file to create a table in MySQL database.

MAIN

You are ready to run the main.py file and play the game. ENJOY!!