Welcome to the Tic-Tac-Toe game repository! This simple web-based game is built using HTML, CSS, and JavaScript. Enjoy a classic match of Tic-Tac-Toe against a friend.
- Play against a friend in 2 Players mode.
- Responsive design for an optimal gaming experience on various devices.
- Simple and intuitive user interface.
To get started with the Tic-Tac-Toe game, follow these simple steps:
-
Clone the repository:
https://github.com/Rabinxt/Tic_Tac_Toe
-
Open the
index.htmlfile in your preferred web browser. -
Start playing!
-
Choose the 2 Players mode.
-
Take turns clicking on the grid to place your symbol (X or O).
-
The first player to get three of their symbols in a row (horizontally, vertically, or diagonally) wins.
-
Enjoy the game!
If you'd like to contribute to the development of this Tic-Tac-Toe game, please follow these guidelines:
-
Fork the repository.
-
Create a new branch for your feature or bug fix:
git checkout -b feature-name
-
Make your changes and commit them:
git commit -m "Add your commit message here" -
Push to the branch:
git push origin feature-name
-
Create a pull request.
We welcome contributions and appreciate your time and effort in improving the game!
This Tic-Tac-Toe game is open-source and available under the MIT License. Feel free to use, modify, and distribute it as needed. Have fun playing! Thank you !