This project is a simple implementation of the classic Tic Tac Toe game using HTML, CSS3, and JavaScript. It features two playing modes (Player vs Player and Player vs AI)
- HTML
- CSS
- JavaScript
- Play against an opponent.
- Responsive design for different screen sizes.
- Basic AI strategy implemented for opponent moves.
- Clone the repository.
- Open
index.html
in your browser. - Click on any empty cell to make your move.
- The opponent will automatically make its move after you.
- The game logic is implemented in
index.js
.
- https://techsenseix.github.io/tic-tac-toe-ai/
- Ensure JavaScript is enabled in your browser for full functionality.
- Implement a more sophisticated AI algorithm for a more challenging opponent.
- Add multiplayer support for playing against another person locally or online.