This program is a graphical Tic-Tac-Toe game implemented in Python. It features a user-friendly graphical interface built with tkinter and uses numpy for managing the game board and logic. Players can compete against a computer opponent that uses a basic random strategy, ensuring a fair chance for the human player to win.

This project is a work in progress.