Tic Tac Toe is a browser-based game developed using HTML, CSS, and JavaScript.
The project recreates the classic two-player game with a clean interface and interactive gameplay.
This project focuses on:
- JavaScript game logic
- Managing game state
- DOM manipulation for real-time updates
- Building interactive web-based games
The game runs entirely on the frontend.
ββ Two-player gameplay
π§ Win and draw detection logic
π Game reset functionality
π¨ Minimal and clean UI
π± Responsive design
- HTML5 β Game board structure
- CSS3 β Styling and layout
- JavaScript (Vanilla) β Game logic and interactions
Tic-Tac-Toe/ βββ index.html βββ style.css βββ script.js βββ README.md
- Clone the repository:
git clone https://github.com/Shrey1006/Tic-Tac-Toe.git
- Open index.html in a browser.
π€ Single-player mode with AI π Scoreboard system π¨ Theme customization π Sound effects
Shreyansh Mojidra