About BubbleBreaker

BubbleBreaker is a single-page web game that keeps the classic Bubble Breaker rules, rebuilt to mirror AppleGame's product structure (landing · play · result · replay, with room to grow into multiplayer).

Game logic lives in a pure engine (@bubble-breaker/game-rules) separated from React, and is fully deterministic from a seed so replays reproduce a game exactly.

Tech notes

Next.js · next-intl · Tailwind · a pure TypeScript game engine. Multiplayer/watch routes are intentionally scaffolded.

Play now