A simple and interactive Tic-Tac-Toe game built for fun and learning.
- Player vs Player mode
- Responsive and user-friendly UI
- Game restart and reset functionality
- Win, lose, and draw detection with alerts
- Frontend: JavaScript, React.js
- Deployment: Vercel
- Clone the repository:
git clone https://github.com/alankrit98/TicTacToeGame.git
- Navigate to the project directory:
cd TicTacToegame
- Install dependencies (if applicable):
npm install
- Run the application:
npm run dev
- Open the game in a web browser.
- Choose Player vs Player or Player vs AI mode.
- Take turns placing X and O on the grid.
- The game will detect a win, lose, or draw and show the result.
- Click restart to play again.
Feel free to submit pull requests or report issues.
This project is licensed under the MIT License.