Tic Tac Toe Game A classic, clean, and responsive Tic Tac Toe game built with plain HTML, CSS, and JavaScript. Perfect for a quick match against a friend on the same screen.
🚀 Features Classic 3x3 Grid: The timeless Tic Tac Toe board.
Two-Player Mode: Play against another person locally.
Turn Indicator: Clearly shows which player's turn it is (X or O).
Win Detection: Automatically detects and announces the winner.
Draw Detection: Declares a draw if no player wins.
Reset Game: A simple "New Game" button to start over.
Responsive Design: Looks great on desktops, tablets, and mobile devices.
🛠️ Technologies Used This project was built using fundamental web technologies:
HTML5: For the structure and content of the game.
CSS3: For all styling, layout, and animations.
JavaScript (ES6): For the game logic, state management, and user interactions.