A simple Tic Tac Toe game built using HTML, CSS, and JavaScript.
Welcome to the Tic Tac Toe Game! This project is a web-based implementation of the classic Tic Tac Toe game. It features a two-page structure, with the first page displaying the game board and the second page serving as a welcome screen. The second page allows you to start or restart the game.
- Interactive Tic Tac Toe game.
- Responsive design for various screen sizes.
- Two-page structure: Game page and Welcome page.
- Easy restart of the game from the Welcome page.
- Visually appealing styling.
- Open the game in your web browser. Click the "Start The Game" button on the Welcome page.
- On the game board, take turns clicking on empty cells to place your "X" or "O."
- The game will indicate whose turn it is and display the winner or a draw when the game ends. To restart the game, click the "Restart The Game" button on the Welcome page.
There is no specific installation required for this game. Simply open the HTML file in a web browser to play.
- Clone the repository to your local machine:
git clone https://github.com/ZAINKHAN25/Tic-Tac-Toe-Game/.git
- Navigate to the project directory:
cd tic-tac-toe-game
-
Open the
index.html
file in your preferred web browser. -
Enjoy playing the Tic Tac Toe game!
This project is licensed under the MIT License.