This is a simple yet engaging Tic-Tac-Toe game built using web technologies. The game allows two players to take turns marking spaces on a 3x3 grid, aiming to align three symbols in a row, column, or diagonal to win. Perfect for a quick and fun challenge!
You can try out the live version of the game here:
👉 Play Tic-Tac-Toe 👈
Enjoy the game and test your strategy!
- Players take turns marking an empty cell.
- The objective is to be the first to get 3 marks in a row, column, or diagonal.
- Classic 3x3 grid
- Player vs Player mode
- Simple and intuitive UI
- Clone the repository:
git clone https://github.com/yourusername/tic-tac-toe.git
- Navigate to the project directory:
cd tic-tac-toe - Open the
index.htmlfile in your browser to play.
We welcome contributions from everyone! See the Contributing Guidelines to get started.
This project is licensed under the MIT License.
This repository is participating in Hacktoberfest! Contribute to this project and help us improve it while getting a chance to win some cool swag!
Happy coding!