Welcome to DuoDash โ a playful mini web game hub featuring:
โจ Tic Tac Toe (with single & multiplayer mode)
โจ Rock Paper Scissors (play against computer with live score)
Built using HTML, CSS & JavaScript, designed to be lightweight, dynamic and responsive.
- ๐จ Unique glassmorphism & gradient UI
- ๐ง Play with computer (AI with easy, medium, hard modes) or with a friend
- ๐ค Computer shows its move visually (for Rock Paper Scissors)
- ๐ฑ Fully responsive: works on desktop, tablet & mobile
- ๐ Reset & replay options
- ๐ Fun hand-drawn font for playful vibe
- Frontend:
- HTML5
- CSS3 (custom styles, gradients, shadows, glass effect)
- JavaScript (game logic, AI, dynamic DOM)
DUODASH/ โโโ layout/ # landing page folder โ โโโ index.html โ โโโ style.css โโโ tictactoe/ # tic tac toe game โ โโโ ttt.html โ โโโ style.css โ โโโ script.js โโโ rock,paper,scissors/ # rock paper scissors game โ โโโ rps.html โ โโโ style.css โ โโโ script.js โโโ README.md