A simple Tic Tac Toe game implemented using HTML, CSS, and JavaScript.
This project is a classic Tic Tac Toe game designed for the web. It allows two players to take turns marking spaces on a 3x3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner.
- Interactive and user-friendly interface.
- Two-player mode for local multiplayer.
- Dynamic update of game status and turn information.
- Responsive design for various screen sizes.
- HTML: Markup language for structuring the content.
- CSS: Stylesheet language for styling the game interface.
- JavaScript: Programming language for implementing game logic and interactivity.
- To play without download ,try Demo.
- This is multiplayer game .player1 and player2
- Click on the grid cells to make your moves.
- The game will automatically determine the winner and thier name .
- You can reset your game if you want new game just by clicking on RESET button.
You can play the game Click here.
Happy coding! 🚀
** Thank your for playing**