Welcome to the Tic Tac Toe Game! This simple yet classic game is built with HTML, CSS, and JavaScript, providing a user-friendly interface and an engaging gaming experience.
- ⚙️ HTML: Used for structuring the web page.
- 🎨 CSS: Responsible for styling and layout.
- 💻 JavaScript: Powers the game functionality.
- Classic Tic Tac Toe gameplay.
- Responsive and Easy-to-Use interface.
- Lightweight and fast.
Explore the live demo: Tic Tac Toe
Clone the repository to your local machine and run it using Live Server:
# Clone the repository
git clone https://github.com/jishantukripal/Tic-Tac-Toe.git
# Move to the project folder
cd tic-tac-toe
# Run using Live Server
# (Ensure you have Live Server installed; you can install it using an extension in VS Code)