A simple Tic-Tac-Toe game built with HTML, CSS, and JavaScript. Two players (O and X) can compete in a 3x3 grid to win by completing a row, column, or diagonal with their symbols.
- Two-player game (O vs. X).
- Tracks wins or declares a draw.
- Reset button to start a new game.
- Responsive design for all screen sizes.
- Player O starts first.
- Players take turns clicking a box to place their mark.
- Win by getting three in a row, column, or diagonal.
- If all boxes are filled with no winner, the game declares a draw.
- Use the "Reset Game" button to restart at any time.
-
Clone the repository:
git clone https://github.com/subodh-06/Games-using-javascript.git