This is a simple implementation of the classic Tic-Tac-Toe game using HTML, CSS, and JavaScript. The game can be played by two players on the same device.
- Two-player gameplay
- Interactive user interface
- Responsive design for various screen sizes
- HTML
- CSS
- JavaScript
- Open the
index.htmlfile in your web browser. - The game starts with Player X.
- The first player to align three of their marks horizontally, vertically, or diagonally wins the game.
- If all squares are filled and no player has aligned three marks, the game is a draw.
- Clone the repository: git clone (https://github.com/Paresh-ch-Pothal/Tic-Tak-Toe)
- Open the
index.htmlfile in your web browser.
- A special thanks to Code with Harry for the tutorials and guidance.
This project is licensed under the MIT License.