Daily challenge block puzzles
A daily board is generated from the calendar date with a deterministic generator, so nothing is downloaded — and your sequence still diverges from everyone else’s the moment you place differently.
A daily challenge sounds like it must come from somewhere — a puzzle of the day, prepared centrally, downloaded to your phone. In a block puzzle it usually does not work that way at all, and understanding what it actually is changes how you should play it.
What a seed is
The randomness in a game like this is not real randomness. It comes from a pseudo-random number generator: a small piece of arithmetic that takes a number, called the seed, and produces a stream of numbers from it that look random but are completely determined. Start it from the same seed and you get the same stream, every time, on any device, forever.
Blockwood seeds the daily challenge from the calendar date, written as a plain number in year-month-day form, and runs it through a small deterministic generator. Nothing is fetched. Two phones that both think today is the same date will produce the same numbers, in the same order, with no server involved and no network connection required.
That is the whole trick, and it is a nice one: a shared daily puzzle that costs nothing to deliver, works offline, and cannot fail because something is down.
The part most people get wrong
Here is where the intuition breaks. A shared seed does not mean you and another player are solving the same puzzle. It means you started from the same deck.
The reason is the hand generator. A hand is not simply the next three items from the stream — it is drawn against the board as it actually stands, and if none of its three pieces can be placed anywhere, it is discarded and redrawn, up to twenty times, before falling back to three single blocks. That test reads your board. Your board is the result of your placements.
So the first hand of the day is genuinely identical for everyone. Your second is too, if your board still accepts the same things. But the moment your position and someone else’s diverge enough that a hand which is legal for them is illegal for you, the redraws happen at different times and the two streams come apart. From there you are playing related puzzles, not the same one.
This is more interesting than a fixed puzzle, not less. A fixed puzzle would have one best solution and a solved daily is finished forever. A shared deck gives everyone the same opening conditions and then lets the game branch on the strength of the decisions, which is closer to how a card game works than a crossword.
Your day starts when your calendar says it does
The seed uses your local calendar date, not a coordinated global one. When your phone rolls over to a new date, you get a new daily. Somebody eight time zones away gets theirs at a different absolute moment, and for part of every day the two of you are on different dailies.
This is a deliberate trade. A UTC rollover would make everyone in the world change daily at the same instant, at the cost of that instant being the middle of the afternoon for some people and four in the morning for others. A local rollover means the daily is always tied to your day, which is the thing it is actually meant to be attached to.
The practical consequences: your result is stored for the current date and discarded when the date changes, so there is no rolling it over. And travelling across a date boundary shifts which daily you see, because the game reads the date your phone believes in.
Play a daily differently from an endless run
An endless run is one of many. If you fragment the board twenty moves in, you shrug and start another. A daily is one attempt at a fixed starting point, and that changes the correct level of caution substantially.
Play slower than feels necessary
There is no clock, in the daily or anywhere else, so slowness is free. Before each placement, run the one check that matters: after this move, what is the largest empty square still on the board? If the answer just dropped, look for another move. In an endless run you might not bother. In a single scored attempt it is the whole game.
Take the double, not the single
The clear score is the number of lines times ten, times the number of lines again, times one plus half your combo. The squared term is the important one: two lines cleared together are worth four times what one line is worth, and three together are worth nine times.
Work a small example. Clear one line on each of four separate placements, with the combo rising as you go, and each of those clears is paying off a base of ten. Instead, hold and take two doubles: each double pays off a base of forty. Same eight lines, and the doubles pay four times the base before the combo multiplier has even been applied. In a run you are only playing once, that gap is the difference between a good result and an ordinary one.
The combo works alongside it. It rises by one on any placement that clears at least one line and drops to zero the instant you place something that clears nothing, and the score uses the value after the increase. So when you can see an ordering of your three pieces where all three clear something, take it, even if a different ordering leaves the board slightly tidier.
Spend energy on congestion, not on emergencies
Energy accumulates as lines times twelve plus combo times three, and a placement that clears nothing gains none at all. At full energy you can spend it once to wipe the entire board, ice included, and the combo counter survives the wipe.
The endless-run habit is to save it for a rescue. In a daily that habit costs you, because the position where you badly need it is usually a position where you have already lost the space the wipe would have handed back. Better to spend it the moment the board has gone patchy and no single clear will fix that — ideally with a combo running, so you come out of it with an empty board and a live multiplier. That is the strongest position available and it is worth more in a scored single attempt than a safety net you may never cash.
A short checklist for the daily
- Look at all three pieces before you place any of them. The hand refills only when all three are gone, so the ordering is a real decision and it is free to think about.
- Protect one region large enough for the biggest square in the game. Nothing is bigger, so a space that accepts it accepts everything.
- Aim clears through your ugliest area rather than your most convenient one.
- Never break a running combo for a small tidiness gain.
- Spend the wipe on congestion, while a combo is alive.
- If you have to stop, stop after the third piece of a hand. The position waits, but your plan does not.
The daily is also the cleanest way to see whether you are actually improving. Endless runs vary too much to compare. A single attempt a day, on a shared opening, played carefully, is a much better measurement than an evening of runs you abandoned when they went badly.
Frequently asked questions
Is the daily challenge the same for everyone?
The starting conditions are. The seed is your local calendar date and the generator is deterministic, so the first hands are identical on every device that day, with nothing downloaded. But hands are drawn against your actual board and redrawn if nothing fits, so your sequence diverges from another player’s as soon as your positions differ enough.
Does the daily challenge need an internet connection?
No. It is generated on the device from the date, so there is nothing to download and nothing to fail. It works in airplane mode exactly as it does online.
When does the daily reset?
When your phone’s local calendar date changes, not at a fixed global hour. Your result is stored for the current date and discarded when the date rolls over, so a day’s attempt does not carry forward.
Should I play a daily the same way as an endless run?
No — treat it as a single attempt worth being slow about. Take the double clear over the single, since the line score grows with the square of the number of lines, and spend the board wipe on congestion while a combo is alive rather than saving it for an emergency that may never arrive in a usable form.
Try it on a real board
Blockwood is a wood block puzzle on a nine-wide, twelve-tall board, with nothing falling and no dealt dead ends — every hand is checked against the board you actually have before it reaches you. Endless mode, timed mode, hand-built levels and a daily challenge. Free, offline, no ads and no account.