This is a fully interactive Tic-Tac-Toe game built with JavaScript. It offers multiple gameplay modes, ensuring fun and challenging experiences for players of all skill levels.
Features
- Human vs Human: Play locally with a friend on the same device.
- Human vs AI:
- Easy AI: A relaxed mode where the AI selects moves randomly.
- Unbeatable AI: powered by the Minimax Algorithm, ensuring the AI always plays the best possible move, you either lose or tie!