This is a simple Tic-Tac-Toe game built using HTML, CSS, and JavaScript.
- Two-player game
- Interactive UI
- Reset game functionality
You need a web browser to run this game.
- Click on a cell to make a move.
- The game will automatically detect the winner or if there's a draw.
- Click the "Reset" button to start a new game.
tic.html
: The main HTML file.tic.css
: The CSS file for styling the game.tic.js
: The JavaScript file containing the game logic.
Feel free to submit pull requests. For major changes, please open an issue first to discuss what you would like to change.
You can customize the above template to better fit your project details. Let me know if you need any additional information or assistance!