A classic two-player game built with HTML, CSS, and JavaScript. Challenge your friends or test your strategic skills against the AI (coming soon!).
This Tic-Tac-Toe game lets you play the traditional game in a sleek and responsive interface. Take turns placing X's and O's on the 3x3 grid, aiming to get three in a row horizontally, vertically, or diagonally. The game detects wins, draws, and keeps track of the current player.
Screenshot of Tic-Tac-Toe game: screenshot.png ## Installation
This is a simple web-based game, no installation required! Just follow these steps:
-
Clone or Download the Repository:
-
Use Git:
bash git clone https:github.com/reaperrrrrr/Tic_Tac_Toe/tree/master -
Download the ZIP file from your GitHub repository.
-
-
Open the Game:
- Open the index.html file in your web browser.
Click on an empty cell on the grid to place your mark (X or O). The game will automatically switch turns and check for winning conditions.
Having trouble? Feel free to open an issue on the GitHub repository or contact me at khappy7727@gmail.com.
- Implement AI opponent for single-player mode (coming soon!)
- Add difficulty levels for the AI
- Enhance visual design and animations
We welcome contributions to improve the game! If you have any ideas or bug fixes, please consider opening a pull request. We recommend creating a new branch for your changes and following the coding style used in the project.
A detailed contributing guide can be found in the CONTRIBUTING.md file.
- Kushal : reaperrrrrr
This project is actively maintained and open to contributions.