Welcome to the Tic Tac Toe game! This project implements a simple web-based version of the popular game using pure JavaScript.
This project is a JavaScript implementation of Tic Tac Toe, a two-player game where the players take turns marking spaces on a 3x3 grid. The goal is to get three of their marks in a row, either horizontally, vertically, or diagonally.
- Classic Tic Tac Toe gameplay.
- Web-based interface.
- Simple and intuitive user interface.
To get started with this project, follow these steps:
-
Clone the repository:
-
Navigate to the project directory
-
Open the index.html file in your preferred web browser.
- JavaScript
- HTML
- CSS
Contributions to this project are welcome. To contribute, follow these steps:
Fork the repository.
Create a new branch.
Make your changes and test them thoroughly.
Submit a pull request explaining your changes.