This is a simple implementation of the classic Tic Tac Toe game using HTML, CSS, and JavaScript. It provides a user-friendly interface where two players can take turns marking spaces in a 3x3 grid. The game ends when one player successfully places three of their marks in a horizontal, vertical, or diagonal row, or when the grid is filled without a winner (resulting in a draw).
- Responsive design: Playable on both desktop and mobile devices.
- Simple interface: Easy-to-understand layout and controls.
- Two-player mode: Allows two players to compete against each other.
- Win detection: Automatically detects when a player wins or when the game ends in a draw.
- Reset option: Allows players to reset the game and start over.
- Clone the repository to your local machine using the following command: