DEV Community

Toan Nhu
Toan Nhu

Posted on

Bug Hunter: I Turned Every Website Into A Debugging Horror Game

April Fools Challenge Submission ☕️🤡

This is a submission for the DEV April Fools Challenge

What I Built

I built Bug Hunter, a Chrome extension that spawns crawling bugs on top of real websites so you can "debug" them by smashing them.

It solves absolutely nothing in real life, which makes it perfect for this challenge.

Open any page, start Bug Hunter, pick a tool, and hunt.

Smash bugs to lower your stress meter and boost score.

Miss too many and the page becomes a full-blown infestation.

Delightfully useless? Yes.

Strangely therapeutic? Also yes.

Demo

Code

GitHub logo Nudgen-Marketing / bug-hunter

Bug Hunter is a Chrome Extension game that overlays crawling bugs on real web pages. You pick a tool, squash bugs, reduce stress, and chase a high score.

Bug Hunter

Bug Hunter is a browser extension game that overlays crawling bugs on real web pages. You pick a tool, squash bugs, reduce stress, and chase a high score.

Features

  • Real-page bug crawling and interaction
  • Weapon/tool selection from popup UI
  • Stress meter game loop and score feedback
  • Local progression storage (best score + achievements)
  • Cross-browser Manifest V3 packaging for Chrome, Edge, and Firefox

Tech Stack

  • TypeScript
  • Preact (popup UI)
  • Esbuild
  • Browser Extension Manifest V3
  • Vitest

Project Structure

  • src/content/ : game runtime injected into web pages
  • src/popup/ : extension popup UI
  • src/background/ : service worker bridge for tab injection/actions
  • src/shared/ : progression and storage helpers
  • assets/ : icons and static assets
  • dist/<browser>/ : browser-specific build output
  • artifacts/ : packaged zip files for store uploads

Requirements

  • Node.js 18+
  • npm 9+
  • Chrome 120+, Edge 120+, or Firefox 128+

Local Development

  1. Install dependencies
    npm install
    Enter fullscreen mode Exit fullscreen mode
  2. Build all browser targets:
    npm run build
    Enter fullscreen mode Exit fullscreen mode
  3. Load…

How I Built It

  • Chrome Extension Manifest V3
  • and TypeScript that's it

Key features:

  • Bug crawling behavior over live page elements
  • Tool/weapon interactions and score feedback
  • Stress-meter game loop with win/lose states
  • Session-based overlay effects (no permanent page modifications)

Prize Category

Community Favorite

I built Bug Hunter to be immediately funny, fast to try, and fun enough to replay for a "higher score + lower stress" run.

Team Submissions: toannhu96


If this made you laugh, react/comment so more people can discover this beautifully unnecessary extension.

Top comments (0)