This is a responsive Tic Tac Toe game built with HTML, CSS, and JavaScript. The game features two modes: Multiplayer and Play with AI. In Multiplayer mode, two players can play against each other. In the Play with AI mode, the player competes against the computer, which uses the Minimax algorithm with Depth-First Search (DFS) for optimal moves.
- Responsive Design: The game is fully responsive and works seamlessly on different screen sizes.
- Two Game Modes:
- Multiplayer Mode: Two players can play against each other.
- Play with AI Mode: Play against a computer opponent using the Minimax algorithm.
- Minimax Algorithm: Implemented with DFS for the AI player to ensure optimal moves.
- Audio Effects: Audio feedback for player actions.
https://stalwart-kleicha-4edc54.netlify.app/
By -: PRANAV JARANDE