This is a simple tic-tac-toe game made with tkinter.
- The player Human player plays X and goes first
- Try to acheive 3 in a row (up, down, or diagonal) to win
- The unbeatable Tic-tac-toe AI is programmed using the minimax algorithm
- The computer plays O and goes second
- Clone the project
- Run the main.py file