Advertisement
⭐ DAILY CHALLENGE
📖 How to Play Suguru Max
📖 Story Mode
🧒
Apprentice
⭐ 0 / 75
Tap any cell · fill each cage with 1 through cage-size · no touching cells may share a value
PAUSED
🎉
🔗

Share your best time and dare them to beat it!

📖 How to Play Suguru Max

Suguru — also called Tectonic, Number Cages, or Suguro — is a number-placement logic puzzle invented by Japanese puzzle author Naoki Inaba. Each board is divided into oddly-shaped cages (also called regions or zones). Your job is to fill every cell with a number, following two simple rules.

The two rules

  • Cage rule. Every cage must contain the numbers from 1 up to its size, each appearing exactly once. A cage of 2 cells holds 1 and 2. A cage of 3 holds 1, 2, 3. The largest cages hold 1 through 5.
  • Touching rule. No two cells that touch — including diagonally — may share the same number. A cell touches all 8 of its neighbours.

How to play

  • Click or tap a cell to open the number picker.
  • Pick a number from 1 up to that cage's size. Tap ✕ to clear.
  • On desktop, you can also press 1–5 on the keyboard while a cell is selected.
  • Given cells (shown in bold) are fixed clues — you can't change them.
  • Cells that violate either rule glow red so mistakes are visible immediately.

Difficulty & grid size

Choose any difficulty from Beginner to Cyborg ☠. Beginner/Easy run on a 5×5 grid with many given cells. Medium uses a 6×6 grid. Hard, Very Hard, Scientist and Cyborg all use the full 7×7 grid with progressively fewer given clues — Cyborg leaves only ~28% of the cells filled at the start.

Daily challenge

Every day, the 🗓 Daily button serves the same puzzle to every player worldwide. Solve it once a day to build your streak.

💡 Solving Tips
1️⃣
Start with the singletons
A cage of size 1 has only one possible value — 1. Place those first; they constrain everything touching them.
🔢
Big cages = more clues
A cage of size 5 must hold all of 1–5. If three are already given, the remaining two cells take the missing values.
🧭
Diagonals matter
Unlike Sudoku, here a "5" diagonally above a "5" is a conflict. Always scan all 8 neighbours.
📐
Eliminate impossible values
If a cell is surrounded by 1, 2, 3, 4, and the cage holds 1–5, the only legal value left is 5.
🎯
Look for forced placements
In a 4-cell cage holding 1–4, if 1, 2 and 3 are placed, the last cell must be 4 — no other option exists.
🔁
Suguru never needs guessing
Every puzzle here has a unique solution reachable by pure logic. If you're stuck, you're missing a constraint.
🧩 About Suguru / Tectonic

Suguru was popularised by Dutch newspaper NRC Handelsblad under the name Tectonic. It belongs to the same family of "cage" puzzles as Killer Sudoku and KenKen, but with a much simpler rule set — no arithmetic, just the two rules above. That makes it approachable for beginners while still rewarding the kind of careful constraint-propagation thinking that Sudoku players love.

If you enjoy Suguru Max, you'll probably also like our Calcudoku (cages with arithmetic), Sudoku, and Flag Zone (Queens-style logic).

What separates it from Sudoku in practice is the neighbour rule: identical numbers may never touch, not even diagonally, so every placement radiates constraints in all eight directions. Each cage sets its own number range by its size. Nurikabe and Calcudoku continue the same Japanese logic-puzzle lineage.

From the builder's desk

I'll say this upfront: Suguru is the puzzle that humbled me as a builder. Most grid games I've made follow a clean generative recipe — construct a solution, carve away clues, verify uniqueness, ship. Suguru refused the recipe. The same grid can carry multiple valid results, which I found genuinely fascinating and slightly maddening in equal measure. It limits how many puzzles we can generate, and it took a lot of research before I understood why the puzzle behaves this way and how to work with it instead of against it.

Here's the design insight that eventually made large boards possible. Suguru has two rules — every region fills with 1 up to its size, and no digit may ever touch the same digit, diagonals included. Of those two, the neighbour rule is the workhorse. It prunes far more candidates than the region rule does, because every placed digit immediately poisons up to eight surrounding cells. So the generator leans on neighbour-elimination first. That single ordering decision is what keeps the big grids honestly logic-solvable rather than guess-and-check, especially through the diagonals, where most of the hidden pressure lives.

Now, the mistake I watch Sudoku players make here, over and over. Sudoku trains you to scan rows, columns, and boxes. Suguru has none of those. A digit can repeat across a row as freely as it likes — put a 3 at both ends of the top row and the puzzle doesn't care, as long as the two aren't touching. The only laws are the region fill and the no-touching rule. And Sudoku training whispers something actively harmful in your ear: ignore the diagonals. That is exactly the reflex Suguru punishes. The cell that kills your solve is almost always diagonal to the one you just placed.

My advice is to unlearn on purpose. When you place a digit, trace the full ring around it — all eight neighbours, corners included — and mark what that placement forbids. Then look at your smallest regions. A one-cell region is a gift (it must be 1), and a two-cell region is nearly one. Small regions plus the neighbour ring will cascade you into the medium regions without a single guess.

One more thing, since the honest version of this page should say it: if you ever find a second valid arrangement on one of our boards, you haven't broken anything. That's the nature of this puzzle family, and it's the exact property that sent me down the research hole in the first place. I built the Cyborg sizes for the players who want the diagonals to really bite. Start smaller than your ego suggests. The neighbour rule scales; pride doesn't.

🕹 You Might Also Like
🔢

🎯 Goal

Fill every cell so each cage (group of cells with the same colour) contains the numbers 1 to its size, each exactly once.

📐 The two rules

  • Cage rule — each cage holds 1 up to its size (so 1–2 for a 2-cell cage, 1–5 for a 5-cell cage).
  • Touching rule — no two cells that touch (including diagonals) may share a value.

✏️ Controls

  • Desktop: click a cell, click a number (or press 1–5).
  • Mobile: tap a cell, tap a number.
  • Clear a cell with the ✕ button or Backspace.

🔢 Difficulty

Beginner/Easy use 5×5 grids. Medium uses 6×6. Hard, Very Hard, Scientist and Cyborg ☠ all use 7×7 with fewer given clues.

Take your time. Timer is paused.

Advertisement