🎮 Tic Tac Toe — Classic Game, Smarter Than Ever!
Tic Tac Toe is a timeless 3×3 grid strategy game where two players compete to get three marks in a row — horizontally, vertically, or diagonally. Simple to play, hard to master!
Abū al-Barāʾ
Check their projects out: Image Compressor, QR Code Scanner, QR Code Generator, Typing Speed Test, Hangman Code Generator, Text Transformer, Text to voice converter, Currency Convertor , Python Learning Website, Beautiful Chess, Moaz Website generator, Moaz Video Downloader, Pac Man Game, Text to Handwriting Converter
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
✅ Features Implemented
🎮 Game Modes
Single Player Mode with 3 AI difficulty levels:
Easy: Random moves.
Medium: Some strategy, avoids blunders.
Hard: Unbeatable AI using Minimax.
Multiplayer Mode: Alternating turns for Player X and O.
🧠 AI Logic
Implemented AI using conditional logic for Easy/Medium.
Implemented Minimax algorithm for Hard mode with performance optimization.
🖼️ UI & UX
Clean, responsive layout using HTML/CSS.
Large floating Result Message Popups:
You Win!, You Lose!, It's a Draw!
Auto-disappear after 5 seconds.
Turn indicator shows whose move it is.
Highlight winning combination.
🛠️ Additional Features Restart Button to reset the board instantly.
Mode and Difficulty Selection Screen before the game starts.
Disable clicks after game ends to prevent extra moves.