Bakery Balance
Every order ticket lists the same three steps — Bake, Top, and Wrap — but never in the same order twice. Read the ticket, then tap the three stations in exactly that sequence before the order goes cold. Get the order right and the next ticket appears immediately; tap a station out of turn and the whole order is ruined.
Unlike a memory game, the ticket never disappears — it stays on screen the entire time. Bakery Balance isn't about remembering the order, it's about reading it accurately and executing it fast, order after order, as the clock gets shorter.
How to Play
- Press Start to open the bakery and get your first ticket
- The ticket shows three numbered steps in the exact order this order needs them
- Tap Bake, Top, or Wrap to match the currently highlighted step on the ticket
- A completed step dims and crosses out; the next required step highlights automatically
- Tapping the wrong station, or running out of time, ruins the order and costs a life
- The bakery closes after three ruined orders — your score is the number of tickets filled
About This Game
Bakery Balance takes a real kitchen constraint — some steps have to happen before others — and turns it into a pure execution test. There are only three stations and six possible orderings of them, so there's nothing to puzzle out; the entire game is reading the ticket correctly and translating it into taps without a slip, faster than the previous order.
Because the ticket stays visible the whole time, a mistake is always a reading or execution error, never a memory failure — which keeps the game feeling fair even when the timer gets uncomfortably short in later orders.
Why We Built It
Order-fulfillment games are a mobile staple because the loop — read a request, act on it, get a new request — never runs out of things to test. We picked a bakery specifically because "bake, then top, then wrap" has a natural default order that almost everyone would guess correctly on the first ticket, and then deliberately broke that expectation on every subsequent one. That contrast is where the game gets its tension: your instinct says one thing, the ticket says another, and trusting the ticket over the instinct is the actual skill being tested.
Keeping the station set fixed at three was a deliberate constraint too. More stations would mean more permutations and more reading time per ticket, which dilutes the "read fast, act fast" loop we wanted — three stations means six possible sequences, small enough to eventually recognize by shape rather than reading word by word.
How It Works
Each new ticket is a random shuffle of the three station identifiers, so there's roughly a one-in-six chance any given ticket matches the "obvious" bake-top-wrap default — the other five-sixths of the time, the game is specifically testing whether you're reading or assuming. A time budget is calculated from your current score on a shrinking curve with a floor, so the game stays completable indefinitely even at very high scores, just with less margin for hesitation.
Every station tap is checked against the current step index in the shuffled order array, not against the full sequence at once — so a correct tap always advances progress immediately and a wrong tap always fails immediately, with no ambiguity about partial credit. Completing all three steps before the timer expires banks the point and queues the next ticket after a short pause.
Tips & Strategy
- Read the whole ticket once before tapping anything. Reading the first step and reacting immediately is how bake-top-wrap-shaped assumptions cause mistakes on shuffled tickets.
- Watch the highlighted step, not the ticket text. The current-step highlight is the single source of truth and updates the instant you tap correctly.
- The three stations only have six possible orders — after a few rounds you'll start recognizing tickets by their overall shape rather than reading each word.
- A ruined order costs a life but immediately gives you a fresh ticket — don't waste time being frustrated by the miss, the next ticket is already waiting.
Ideas for Improvement
- A fourth station — occasional specialty orders (like Decorate) that expand the permutation space and slow down pattern recognition.
- Rush tickets — a rare high-value ticket with a much shorter timer, rewarding players willing to take on a harder order for more points.
- Two tickets at once — a later-game mode where two orders are active simultaneously and stations must be routed to the correct ticket.
- Persistent best streak — tracking the longest run without a ruined order, separate from total score, as a second goal to chase.