DailyDaily
World Rankings1v1sStoriesPlans
Daily logoDaily
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.
Jump In
Today's GameWorld Rankings
Resources
GuidesStories
Company
About UsContact Us
Legal
Terms of ServicePrivacy PolicyDisclaimer

Table of Contents

  • Introduction
  • How the Puck Actually Moves
  • Why Key Order Is the Whole Puzzle
  • Plan Each Key Backwards
  • Treat Every Block as a Tool
  • Use the Locked Keys as Landmarks
  • Reset Early, Not Late
  • Take the Practice Into Real Matches
  • Sources
All Stories
Published May 2, 2025

Air Hockey Puzzle Guide: Three-Stage Routing Strategy

By DailyEditorial Team

Air Hockey is a constraint-satisfaction puzzle disguised as an arcade game. Understanding the puck physics and key sequencing unlocks efficient solutions on every stage.

Introduction

Air Hockey on Daily looks like an arcade game, but it plays like a logic puzzle. You slide a puck across a 13x13 rink, collect three keys in the correct order, and escape through an exit that only unlocks once all three keys are in hand. Nothing about it is reflex driven. Every stage has a clean solution, and your only real opponent is wasted time. The full rules and an interactive demo live in the Air Hockey guide, and you can try the live version on today's board.

This guide focuses on the one skill that separates fast solves from slow ones: planning the route backwards instead of exploring it forwards. Once that clicks, all three stages use the same method.

How the Puck Actually Moves

The puck never stops in open space. When you choose a direction, it travels until a wall or a block stops it, then settles in the cell immediately before that obstacle. That single rule defines everything. It means the puck can only ever rest in cells that sit directly against a wall or a block.

So when you want the puck to reach a specific cell, you are really asking a narrower question: is there a block directly beyond that cell to catch a slide coming toward it, or a block directly before it to catch a slide from the other side? If neither exists, that cell is simply not a stopping point, no matter how badly you need it. Reading the rink as a set of valid stopping cells, rather than a field of open space, is the core mental shift.

Why Key Order Is the Whole Puzzle

Keys are numbered 1, 2, and 3, and they must be collected in that sequence. Passing over key 2 before key 1 does nothing. The exit stays sealed until all three are collected, then opens for a final slide. Because the order is fixed, the puzzle is a constraint-satisfaction problem: you are searching for a path that satisfies an ordered set of requirements, not just any path that touches every key.

That framing matters because the same idea drives a lot of classic logic games. If you enjoy the planning side, the broader concept of constraint satisfaction is worth a read, and it shows up across many puzzle types on Daily, not just Air Hockey.

Plan Each Key Backwards

Do not start by asking where the puck can go from its current position. Start at the key. Ask which cell the puck must be sitting in so that one straight slide passes directly through that key. That is your setup cell. Then ask what block or wall would stop the puck in that setup cell, and work one more step back from there.

This reverse chain is far more reliable than sliding around and hoping to clip a key. In most stages you only need two or three setup cells per key, and once you can name them, the forward moves become obvious. You are no longer searching; you are executing a route you already proved works.

Treat Every Block as a Tool

Beginners read the scattered blocks as obstacles. They are the opposite. Blocks are the only thing that lets you stop where you want. Before committing to a direction, look at where the puck would land in each of the four directions, and judge whether any of those landing cells opens a useful next slide. A block that parks you one slide away from the current key is valuable. A wide-open lane that fires you into a dead corner is not.

Stages two and three are denser than stage one, but density is good news here. More blocks means more stopping points, which means more candidate setup cells for each key. The method does not change as the boards get busier; you simply have more anchors to choose from.

Use the Locked Keys as Landmarks

Keys 2 and 3 are visible from the start even though you cannot pick them up yet. Their positions tell you which way the route is heading. As a rule, you should be drifting toward the side of the rink where the next key sits. If you notice the puck moving away from both remaining keys, you have probably wandered onto a branch that will not pay off, and it is worth rethinking before you sink more time into it.

Reset Early, Not Late

There is no move limit and no penalty for extra moves beyond the time they cost. Total time is the only thing that scores. That changes the math on getting stuck. If you have spent more than about fifteen seconds on a single key with no clear progress, a reset is almost always faster than continuing to probe. A clean restart with a corrected mental model recovers quickly, while forcing a bad route bleeds time at an accelerating rate as the board gets harder to read.

Take the Practice Into Real Matches

Once routing feels automatic, the natural next step is head-to-head play. When the daily game is Air Hockey, you can challenge another player in a rated 1v1 match, where the higher score wins and both players solve the same board. Consistent fast solves are also how you climb the world rankings over time.

If you want to go deeper on how board layout dictates which key to chase first, the companion piece on block density and route order breaks down how to read a rink before you make your first move.

Sources

Wikipedia, Constraint satisfaction problem.

Wikipedia, Pathfinding.