The Tic-Tac-Toe AI Game is an interactive game that allows players to compete against an AI opponent in a classic Tic-Tac-Toe game. Developed using Java and JavaFX, the game features a graphical user interface (GUI) with a 3x3 grid layout where users can make their moves by clicking buttons. The AI uses a basic algorithm to determine its next move. The game includes features such as player vs AI mode, win/lose/tie determination, and an intuitive interface that dynamically updates based on the game state. The project integrates Object-Oriented Programming (OOP) principles to manage game logic, UI interactions, and AI decision-making.