Tic-Tac-Toe is a classic two-player game where players take turns marking spaces in a 3x3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row wins the game. If the grid is filled and no player has achieved a winning combination, the game ends in a draw.
This repository contains a simple implementation of the Tic-Tac-Toe game using html css and javascript
- Two-player mode: Play against a friend locally on the same device.
- Interactive UI: Easy-to-use interface for placing marks on the grid.
- Winning detection: Automatically detects when a player achieves a winning combination.
- Draw detection: Recognizes when the game ends in a draw.
Contributions are welcome! If you have any ideas for improvements or new features, feel free to submit a pull request.
For any inquiries or support, feel free to contact [email protected].