XO-AI is a Java implementation of the classic Tic-Tac-Toe game with an AI opponent.
- Single-player mode: Play against an AI opponent.
- Two-player mode: Play locally with a friend.
- Adjustable AI difficulty: Choose from different AI difficulty levels.
To run XO-AI locally, follow these steps:
- Clone the repository:
git clone https://github.com/nakkayev1707/XO-AI.git cd XO-AI