A simple and interactive Tic-Tac-Toe game built using HTML, CSS, and JavaScript. This project allows two players to play Tic-Tac-Toe in a browser, enter their names, and enjoy a fully functional game with a clean user interface. It was deployed on Vercel here is the link : https://tic-tac-toe-game-lime-kappa.vercel.app/
- Features
- Technologies Used
- Installation
- How to Play
- Project Structure
- Future Improvements
- Contributing
- License
- Two-Player Game: Players can input their names and play against each other.
- Dynamic Turn Display: Displays whose turn it is based on the current player's input.
- Winning Logic: The game checks for wins, draws, and highlights the winning combination.
- Restart Feature: Players can restart the game after each round.
- Interactive UI: Smooth hover effects, animations, and a responsive design for a modern look.
- Game Board with Bigger Cells: The Tic-Tac-Toe board is designed with large, clear cells for easy play.
- HTML5: Structuring the layout of the game.
- CSS3: Styling the game board and layout.
- JavaScript (ES6): Implementing the game logic, player input handling, and game mechanics.
- Clone the Repository:
git clone https://github.com/your-username/tic-tac-toe.git