5x5 Tic Tac Toe with simple AI
You can play the game online by visiting the following link:
- The game is played on a 5x5 grid.
- The objective is to get 4 of your symbols in a row (horizontally, vertically, or diagonally) to win.
- You play as "X" and the AI plays as "O".
- Click on an empty cell to make your move.
- The AI will make its move automatically after you.
- Simple AI that tries to win, block the player, or choose a random spot.
- Responsive design for different screen sizes.
- Highlighting of winning cells.
To run the game locally, open the five-by-five-tic-tac-toe.html file in your web browser.
This project is licensed under the MIT License.