A fun, interactive, and audio-enhanced Tic Tac Toe game built with HTML, CSS, and JavaScript. Challenge your friends or play solo on this responsive and engaging web app!
📦 Tic Tac Toe App
├── index.html # Main game UI
├── style.css # Styling and layout
├── script.js # Game logic
├── images/
│ ├── demo1.png # Screenshot 1
│ ├── demo2.png # Screenshot 2
│ └── demo3.png # Screenshot 3
├── excited.gif # Win animation
├── music.mp3 # Background music
├── ting.mp3 # Click sound
├── gameover.mp3 # Game over sound
└── README.md # Project documentation
- 🎲 Classic 2-player Tic Tac Toe game
- 🔊 Sound effects for moves, wins, and game over
- 🎵 Background music for immersive play
- 🎉 Excited GIF animation when a player wins
- 💻 Fully responsive layout
Below are some previews of the game in action:
- HTML5 – Structure
- CSS3 – Styling and layout
- JavaScript – Logic and interactivity
-
Clone the repository:
git clone https://github.com/your-username/tic-tac-toe-app.git cd tic-tac-toe-app -
Open
index.htmlin your browser to start the game.
excited.gif– Win celebration animationting.mp3– Box click soundgameover.mp3– Game over soundmusic.mp3– Background music
This project is licensed under the MIT License.
Developed by Nilesh Palve



