A simple Tic-Tac-Toe game built using JavaScript. This project provides an interactive and fun way to play the classic game directly in your web browser.
- Two-player mode
- Responsive UI
- Simple and lightweight JavaScript implementation
- Minimalistic design
- Clone the repository:
git clone https://github.com/yourusername/tic-tac-toe.git
- Navigate to the project folder:
cd tic-tac-toe
- Open
index.html
in your browser to start playing.
- Click on a cell to make your move.
- Players take turns marking X or O.
- The game announces the winner or a draw when applicable.
Feel free to fork the repository and submit pull requests with improvements or new features.
- JavaScript
- Tic-Tac-Toe
- Game
- Web Development
- Simple Projects