Welcome to the Tic Tac Toe game! This classic game is implemented using HTML, CSS, and JavaScript. It features both single-player and multiplayer modes, a theme toggle, and responsive design.
- Play Modes: Choose between Single Player (against the computer) and Multiplayer modes.
- Theme Toggle: Switch between Light and Dark modes for personalized gameplay.
- Responsive Design: Fully responsive to fit various screen sizes and devices.
- Computer Player: Single Player mode uses the Minimax algorithm to play optimally.
- Single Player Options: Choose whether the human or computer starts first in Single Player mode.
- Reset Game: Use the "Reset" button to start a new game.
You can play the game here: Tic Tac Toe Live Demo
If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch for your changes.
- Commit your changes and push them to your fork.
- Submit a pull request to the original repository.
If you have any questions or feedback, feel free to reach out:
- GitHub Profile: hiteshchinu
- LinkedIn: Hitesh LinkedIn
Thank you for checking out the Tic Tac Toe game!