Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 479 Bytes

File metadata and controls

9 lines (7 loc) · 479 Bytes

Tic-Tac-Toe

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!