This is a simple Tic Tac Toe game built with HTML, CSS, and JavaScript. You can play against another player or against an AI.
- Two game modes: Player vs Player and Player vs AI.
- Interactive and user-friendly interface.
- Displays the current player and game status.
- Reset button to restart the game.
- Open
index.html
in your web browser. - Choose the game mode by clicking either "Play against Player" or "Play against AI".
- Click on the cells to make your move.
- The status display will show the current player and game result.
- Click the "Reset" button to start a new game.
- HTML
- CSS
- JavaScript