How to Play Tiles Layer
Tiles Layer splits every level into two very different halves. In the first half you’re a builder: move the mouse to steer, and a tile drops behind you with every step, laying down a trail from your starting point to the level’s destination. In the second half you’re an audience — once the path reaches the end, you click to release the first tile, and it tips into the next, which tips into the next, all the way down the line. If the chain runs from the first tile to the last without stalling, you win the level. If even one tile is stranded and stays standing, the level fails.
That failure condition is what makes the game a puzzle rather than a drawing exercise. A trail that looks connected isn’t necessarily a trail that falls connected: gaps that were fine to walk across can be too wide for a tile to reach the next one, and a path that doubles back on itself can leave orphan stretches the chain never touches. The skill is thinking about your route the way dominoes think about it — in one continuous, evenly spaced line — rather than the way a walker thinks about it. Later levels add layout constraints that force awkward turns, and steering cleanly through those without leaving a hole is the whole challenge.
Tips for Cleaner Chain Reactions
- Steer in long, smooth arcs. Sharp direction changes are where tile spacing goes wrong. A wide curve keeps neighbors close enough that each one reliably knocks over the next.
- Never cross your own trail. Where a path overlaps itself, the falling chain can jump the wrong branch and leave a whole section standing. Plan a route that touches every area exactly once.
- Scout the finish before you build. Look at where the end point sits and roughly how you’ll approach it. Getting there is easy; getting there with a path that also falls correctly is the part that needs a plan.
- Watch which tile stops the chain. When a run fails, the spot where the toppling stalls is telling you exactly which turn or gap to rebuild. Fix that one section rather than redrawing the entire route.
Frequently Asked Questions
Is Tiles Layer free to play?
Yes — it plays free in your browser with no download or sign-up.
How do I actually win a level?
Build an unbroken path to the end point, then click to drop the first tile. You win only if the chain reaction knocks over every tile you placed, all the way to the last one.
What makes a level fail?
Any tile left standing after the chain finishes. One stranded tile is enough to end the attempt, so an even, continuous path matters more than a fast one.