A classic Tic-Tac-Toe game built with modern web technologies. This project allows two players to enjoy a friendly match on a 3x3 grid while showcasing a clean and interactive interface.
- Overview
- Features
- Technologies Used
- Setup and Installation
- How to Play
- Project Structure
- License
- Contact
This Tic-Tac-Toe game is a lightweight and responsive web application where two players can alternate turns to mark squares in a grid. The first player to align three marks horizontally, vertically, or diagonally wins. A fun game to play and learn coding concepts with.
- Two-player mode: Play with a friend locally.
- Win detection: Automatically detects when a player wins or the game ends in a draw.
- Reset button: Easily restart the game for another round.
- Responsive design: Play on any device—mobile, tablet, or desktop.
- Frontend: HTML, CSS, JavaScript
- Styling Frameworks (Optional): Tailwind CSS / Bootstrap
- Deployment: GitHub Pages / Netlify
To run the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/Abdullahsaleh203/tic-tac-toe.git cd tic-tac-toe