Welcome to the Tic-Tac-Toe game repository! This web-based game is built using HTML, Tailwind css, and JavaScript, featuring a challenging AI opponent powered by the Minimax algorithm. The game offers two difficulty levels - normal and difficult, ensuring an enjoyable experience for players of all skill levels.
-
- Play against the computer with adjustable difficulty levels.
- Challenge a friend in offline mode for a classic two-player experience.
-
- Normal: Ideal for casual players seeking a balanced challenge.
- Difficult: For seasoned players looking for a more strategic and challenging game.
-
- The computer player employs the Minimax algorithm to determine the best possible move, making the game both engaging and competitive.