Project
Roulette

Insect Catch Game

Pick your bug, then click them as they spawn faster and faster.

StarterWeb appGame3–6hAI-buildable 5/5no setup

A full small game loop: a start screen, difficulty ramp, score, and a lose condition. More moving parts than the rest of this set — timers, spawn positioning, and cleanup all have to cooperate.

UI
Logic
Useful

Hosting · Free forever

Deploys free on GitHub Pages, Cloudflare Pages or Vercel Hobby.

Deploy it and share a link.

Core features · 5

  • A start screen lets the player choose which insect to catch
  • Insects spawn at random positions on screen
  • Clicking an insect removes it and increments the score
  • Spawn rate increases as the score climbs
  • A message appears once the game gets impossibly fast

The interesting part

  • Clearing all spawn timers on restart so difficulty doesn't compound

Once it works

  • Persist a high score
  • Add a countdown timer mode

Suggested stack

reacttypescripttailwindlocalstorage

Track it