Butterslip is live — the game serves every order before you do
Playpit’s fifth original game is out today: Butterslip. You’re a pat of butter on a diner griddle. One press and you slide friction-free until something stops you — the pan rim, a syrup puddle, or a stack of pancakes, which your bump butters. Butter every stack, then come to rest on the plate to serve the order in as few slides as you can.
Two things stand between you and a clean serve. Hot spots melt a third of you per crossing — three and the order’s ruined. And the griddle itself doesn’t care how clever you feel: you can’t stop halfway. Wherever you end up, that’s where you are.
Every order is grown from a seed — a single number — and there’s a fresh today’s special every day: same griddle for everyone, one par to beat.
The promise: you are never stuck
This is the third Playpit game to make the same promise, because we think it’s the whole ballgame for procedural puzzles: every order you will ever see has been served — by the game itself, before it let the order exist.
Starskip plays 512 flick candidates at every solar system before showing it to you. Butterslip goes further, because a slide puzzle’s whole state space fits in a breadth- first search: the generator explores every position the pat can reach, every combination of buttered pancakes, every melt state — through the exact same slide simulator your presses run on. Not an approximation of the game: the game.
If no line serves the order, the layout is rejected and the generator rolls the next variant of the same seed. Because the walk is deterministic, the same seed always settles on the same griddle — which is what makes the whole thing shareable (more on that below).
Two extra guarantees fall out of the search for free:
- Par is measured, not guessed. The solver’s shortest line is the par. When the game says par 8, there is a real 8-slide service, and no 7-slide one exists.
- A perfect serve always exists. The generator refuses layouts whose best line has to cross a hot spot — so “par slides, 100% butter left” is always on the table. If you melt, that was you.
The order ticket
When you serve one, Butterslip prints the moment as an order ticket — a diner receipt framing your griddle with every butter streak of the run on it, stamped with the order number, your slide count, the par, how much butter you had left, and the dare: “bet you can’t serve it in N−1.” Next to the image is a challenge link. Because orders are deterministic, that link rebuilds your exact griddle on your friend’s device — same pancakes, same hot spots, same par — with your count to beat. No server, no account, no upload; the whole puzzle travels as a number, same as Bloomstead’s postcards and Starskip’s star charts.
And the dare is honest both ways: the solver already proved their side of it is winnable.
Play Butterslip → — today’s special is on the griddle, and everyone on Earth gets the same one. Send us your ticket.