A classic Tic-Tac-Toe game built using HTML, CSS, and JavaScript. This project demonstrates fundamental front-end development skills such as DOM manipulation, event handling, and game state management.
This is a simple yet fully functional two-player Tic-Tac-Toe game designed for web browsers. It features intuitive gameplay, win/draw detection, and a reset option to play multiple rounds. It serves as a strong portfolio piece to showcase your ability to build interactive, logic-based UI applications.
- โ User Interface: Clean and intuitive layout built with HTML and CSS.
- โก Game Logic: Handles player turns, win conditions, draw detection.
- ๐ Reset Option: Allows players to restart the game anytime.
- ๐ฑ Responsive Design: Works well across different screen sizes.
- ๐ฏ No External Libraries: Built with pure HTML, CSS, and JavaScript.
- HTML5 โ Structuring the game board and elements.
- CSS3 โ Styling the board and interactive elements.
- JavaScript (ES6) โ Implementing the full game logic and UI behavior.
tic-tac-toe/ โโโ index.html # Game layout โโโ style.css # Styling and visuals โโโ script.js # Game logic and interactivity