This project is a classic Tic Tac Toe game implemented using HTML, CSS, and JavaScript. The game is designed to be user-friendly, responsive, and visually appealing, providing an enjoyable gaming experience for players of all ages.
- Interactive Gameplay: Two-player mode with clear turn indications.
- Responsive Design: Works seamlessly on desktop and mobile devices.
- Winning Highlights: Highlights the winning combination upon game completion.
- Reset Option: Easy reset to start a new game.
- Open the game in your browser.
- Player 1 starts as "X" and Player 2 as "O".
- Players take turns clicking on the grid cells to place their mark.
- The first player to align three marks horizontally, vertically, or diagonally wins.
- If all cells are filled without a winner, the game ends in a draw.
- HTML: Structure of the game.
- CSS: Styling and responsive layout.
- JavaScript: Game logic and interactivity.
- Clone the repository:
git clone https://github.com/Caktusuki/tic-tac-toe.git
- Open
index.htmlin your browser to start the game.
- Single-player mode with AI opponent.
- Score tracking system.
- Advanced styling and animations.
Feel free to fork the repository and submit pull requests for improvements or new features.
Let me know if you’d like any other updates!