Tic-Tac-Toe Game
A simple web-based Tic-Tac-Toe game built with JavaScript, HTML, and CSS. Enjoy the classic two-player game or challenge a computer opponent!
- Two Player Mode: Play against a friend or the computer.
- Win Detection: Automatically detects wins or draws.
- Restart Button: Easily reset the game for a new round.
- Responsive Design: Optimized for both desktop and mobile devices.
- Sound Effects: Fun sound effects with every move.
- Player 1 (X) goes first.
- Player 2 (O) or the computer takes the next turn.
- Align three symbols in a row, column, or diagonal to win.
- Click Restart to play again.
- Clone the repo:
git clone https://github.com/chamz99/Game.git
- Open
index.htmlin a browser to start playing.