This project is the part of the Web Development tutorial.
This is a simple Tic Tac Toe game built using JavaScript. The game can be played in a web browser and is designed to be simple and intuitive.
The game has the following features:
- Two players can play the game.
- Players take turns to place their mark (either "X" or "O") on the game board.
- The first player to get three marks in a row (horizontally, vertically, or diagonally) wins the game.
- If no player gets three marks in a row and the game board is full, the game ends in a tie.
The Tic Tac Toe game was built using the following technologies:
- HTML
- CSS
- JavaScript
- HomePage of the Game
This Tic Tac Toe game was created by Prathamesh Dhande.