This project is a Tic-Tac-Toe (XO) Game developed using Python. The game allows a human player to play against an AI opponent with three different difficulty levels: Easy, Medium, and Hard.
The project focuses on:
Applying game logic concepts
Implementing AI algorithms
Using a graphical user interface (GUI)
Separating logic from interface for better design