A simple yet attractive Tic Tac Toe game that allows you to play against a bot using the Minimax algorithm or with a friend. This game is built with HTML, CSS, and JavaScript.
- Play against a friend or a bot.
- Intelligent bot using the Minimax algorithm.
- Responsive design for various screen sizes.
- Score tracking for X, O, and draws.
- Reset functionality to start a new game.
- Clone this repository or download the ZIP file.
- Open
index.html
in your web browser.