An interactive web-based game built with React and Tailwind CSS that challenges users to spot and fix bugs in code snippets. Designed to test debugging skills in a fun, progressive level-based format.
- Multi-level gameplay
- Each level presents a unique code snippet with bugs
- Score tracking with time-based and level-based progression
- Built with modern frontend tools (Vite + React + Tailwind)
- Fully responsive design
- Restart functionality on game over
Live Site: https://bug-hunt-game.vercel.app
- Level Loading: The game loads levels with intentional code bugs.
- User Interaction: Click to find the bug — wrong guesses impact your score.
- Progression: Advance through increasing difficulty with each level.
- Scoring: Scores are based on accuracy and levels cleared.
| Tool | Purpose |
|---|---|
| React | UI development |
| Tailwind | Styling with utility-first CSS |
| Vite | Fast build & dev server |
| Vercel | Deployment platform |
Requires: Node.js (v16+), npm
git clone https://github.com/codemuggle09/bug-hunt-game.git
cd bug-hunt-game