A simple Tic Tac Toe game built using HTML, CSS, and JavaScript. This project demonstrates the basics of web development and game logic in JavaScript, perfect for beginners learning how to create interactive applications on the web.
- Single Player Mode: Play as "X" or "O" against a friend.
- Responsive Design: Game is playable on desktop and mobile devices.
- Game Reset: Reset the board to start a new game easily.
- HTML: Structure of the game interface.
- CSS: Styling for the layout and interactive effects.
- JavaScript: Core logic of the game.
-
Clone the repository:
git clone https://github.com/Vedant-Hande/tic-tac-toe-game.git
Open index.html in your browser to start the game.
Choose which player will go first (X or O). Players take turns clicking on the grid to mark a square. The first player to align three marks (horizontally, vertically, or diagonally) wins. Click the "Reset" button to play again.
Add a multiplayer mode for online play. Implement an AI opponent. Add animations and sound effects.
Contributions are welcome! Feel free to submit a pull request or open an issue for any bugs or feature requests.