Physics and Building
Tricky Towers runs Unity's 2D physics, built on Box2D, so bricks have weight, friction, and a center of mass and nothing ever locks to a grid. Build the widest base you can, overlap your bricks so each one rests on two below it, and add counterweight the moment a heavy brick hangs off one side. The engine is explicitly non-deterministic, which means an identical stack can behave differently twice.
Tricky Towers runs Unity's 2D physics engine, which is built on Box2D. Bricks are rigid bodies with weight, friction and a center of mass. Nothing snaps to a grid, and a brick that has come to rest can still be pushed, tilted or slid by whatever lands on it next.
One consequence is worth knowing before you blame yourself for a collapse. WeirdBeard have stated that the engine is non-deterministic, meaning the same situation can play out differently from one run to the next. A tower can start oscillating and fall with nothing added to it. Patch 1.21 in December 2016 improved consistency, but it did not make the simulation repeatable.
This guide breaks down the structural rules you need to build towers that stay up.
The Foundationโ
Your tower is only as strong as its base. A narrow foundation turns the tower into a pendulum that sways under its own weight.
Build as wide as the mode allows. Most strong players use the full width of the starting platform instead of aiming for a specific number of bricks.
Overlap your bricks so each one bridges the joint below it, the way a bricklayer staggers courses. This is not about avoiding a fault line in the material, because there is no material. Bricks in this game are separate rigid bodies with nothing bonding them, so a brick that rests entirely on one other brick has nothing holding it laterally. Overlapping is what stops pieces drifting apart under load.
Never leave a vertical "I" brick freestanding in your foundation. On its end it has almost no footprint, so it behaves like a pivot and amplifies anything that lands on top of it. Brace it on both sides straight away.
Nudging and Frictionโ
Bricks are subject to friction and can slide against one another. You control that with the nudge, which is bound to U and I on the keyboard and to the shoulder buttons on a controller.
Nudging is not the same as moving a brick sideways with the arrow keys. WeirdBeard have confirmed that a nudge transmits more force. That extra force is what shoves neighboring pieces aside and seats a brick into a space that looks too tight for it.
Use it to force a brick into a gap as it lands. The surrounding pieces grip it and the layer becomes one interlocked mass instead of a row of separate bodies.
If you have a jagged surface, do not try to build flat on top of it. Drop a smaller brick into the jagged area and nudge it hard against the existing structure. That stabilizes the section and gives you a better surface for the next layer.
One caution. On Puzzle Special you are given no spells and are expected to nudge bricks into the base to build at all, so the technique is not optional there.
Center of Massโ
Every brick you place shifts the tower's center of mass, and once it sits far enough outside the base the tower goes over.
Manage counterweight actively. If you are forced to place a heavy "L" brick hanging off the right side, your next priority is weight on the left.
Do not wait for a visible lean. In practice a loose stack does not tip over cleanly like a single rigid object. It starts sliding and rotating at the contact points between bricks well before the whole tower is committed, so the lean you can see is already the late stage.
There is no strain gauge or stability meter in the interface. The feedback is the physics itself, so watch for pieces that wobble, creep or slide against each other. That movement is the warning.
Windโ
There is no weather system in Tricky Towers, and nothing changes partway through a match. Wind exists in exactly one place: Race on Special difficulty, where it blows constantly from one direction for the entire round.
What makes it dangerous is that it does not push the whole tower evenly. Only the bricks facing the wind are pushed, and everything behind that leading edge is sheltered. A tower can therefore look far sturdier in profile than it is.
- Lean into it. Build the tower angled slightly against the wind direction so the pressure straightens it instead of tipping it.
- Put something solid on the windward side first, then build behind it.
- Anchor your progress. Petrify and Tower Piece are both worth more here than in a still Race, because an anchored section cannot be walked sideways.
You will sometimes see advice to build wider instead of higher in wind. Be careful with it. Extra width on the sheltered side genuinely helps, because it adds mass and base without catching any more wind. But Race Special is still a race to a finish line, so "stop going up" is the wrong instruction in the only mode where wind exists.
If your bricks suddenly slide off everything, an opponent cast Ice Brick on you. It is a dark spell, not rain. There is no rain in this game. While it is active, keep layers flat and interlocked and be careful with the nudge, since a hard nudge on a frictionless brick can send it straight off the edge.
Frequently Asked Questionsโ
How wide should my foundation be in Tricky Towers?
As wide as the mode gives you. Strong players use the full width of the starting platform, not a set number of bricks. A narrow foundation turns your tower into a pendulum that sways under its own weight, while a wide base gives you room to recover from a bad piece.
Why does my tower come apart along a straight line?
Because your bricks are not overlapping. Bricks in this game are separate rigid bodies with nothing bonding them, so a brick resting entirely on one other brick has nothing holding it sideways and simply separates. Overlap each brick across the joint below it, the way a bricklayer staggers courses.
What does the nudge do in Tricky Towers?
It shoves a brick sideways with more force than the normal move keys, and that is how you seat a piece into a gap that looks too tight. It is bound to U and I on the keyboard and the shoulder buttons on a controller. On Puzzle Special you have no spells and must nudge bricks into the base to build at all.
Is there wind in Tricky Towers?
Only in Race on Special difficulty, where it blows constantly from one direction for the whole match. It never picks up partway through, and it appears in no other mode or difficulty. It pushes only the bricks facing it, so everything behind the leading edge is sheltered and the tower is more fragile than its profile suggests.
Why did my blocks suddenly become slippery?
An opponent cast Ice Brick on you. It is a dark spell and not weather, and there is no rain in Tricky Towers. While it is active, build flat interlocked layers and go easy on the nudge, because a hard nudge on a frictionless brick can send it off the edge.
Why did my tower fall over when I did not touch it?
WeirdBeard have said the physics is non-deterministic, so the same stack can behave differently from one run to the next. Towers can start oscillating and collapse with nothing added. Patch 1.21 improved consistency in December 2016 but did not make the simulation repeatable.
What to Read Nextโ
- Magic and Spells. Spells that stabilize or wreck a structure.
- Game Modes. How stability priorities change between modes.
- Achievements. Stacking and endurance thresholds.
- Tips and Tricks. Foundation width, pedestal bricks, and non-deterministic physics.