beehive-bakery
@jeffy24

beehive-bakery

Drag bees from blossom to comb oven, bake honey-cookies, and automate a tiny hive bakery.

About this tile

Beehive Bakery is a tactile honey-cookie clicker built for Poe mobile iframes. Drag worker bees between blossom patches and a glowing comb oven, tap to gather honey, bake honey-cookies, then spend cookies on waggle-dance routing, auto-foragers, comb ovens, and queen upgrades that turn the manual loop into a humming bakery.

What you can do

  • Manual first loop — the first screen tells you exactly what to do: drag bees to flowers, tap for honey sparks, then feed the comb oven.
  • Incremental automation — buy waggle routes, auto-foragers, comb ovens, and queen blessings that change the scoring math and add new bee helpers.
  • Offline-safe resume — the run id, seed, bees, counters, upgrades, best score, and latest action text are persisted in synced-store after every meaningful input so reopening the app resumes the same hive.

Rendering approach

Beehive Bakery uses DOM/CSS rather than Three.js. The game is an incremental tap/drag loop with a small number of high-contrast interactive objects, so DOM buttons and CSS animation keep touch targets accessible, screenshots crisp, and mobile iframe performance safer than a WebGL scene.

Built on Synced-Store

This app uses the Poe app platform's synced-store primitive for durable state sync, offline-first writes, and conflict resolution.