A complete guide to rules, controls, and solving techniques.
Divide the entire grid into non-overlapping rectangles. Each rectangle must contain exactly one clue number, and the rectangle's area must equal that number.
That's the whole game. Simple to state, but the puzzles can require deep logical thinking to solve — especially at higher difficulties where multiple constraints interact.
Every cell in the grid must belong to exactly one rectangle when the puzzle is solved. No cells left over, no cells in two rectangles at once.
Each rectangle contains exactly one number (the clue). If a rectangle would contain zero or two clues, it's invalid.
If a clue says 6, the rectangle it belongs to must have an area of exactly 6 cells. That could be a 1×6, 6×1, 2×3, or 3×2 rectangle — all are valid as long as the area is 6.
Shikaku only allows axis-aligned rectangles. You cannot place an L-shaped region, a diagonal line, or any other irregular shape.
Consider a 4×4 grid with clues at these positions:
┌─────┬─────┬─────┬─────┐ │ 4 │ │ │ │ ├─────┼─────┼─────┼─────┤ │ │ │ 2 │ │ ├─────┼─────┼─────┼─────┤ │ │ │ │ │ ├─────┼─────┼─────┼─────┤ │ │ 6 │ │ 4 │ └─────┴─────┴─────┴─────┘
Working through it:
Every Shikaku puzzle generated on this site has a unique solution — there is always exactly one correct arrangement.
| Key | Action |
|---|---|
| Ctrl+Z | Undo the last placement or deletion |
| Ctrl+Y | Redo |
| Delete / Backspace | Remove the selected rectangle |
| Escape | Cancel current drag / deselect |
Below the grid, the action bar provides:
If you're stuck, the hint button reveals a rectangle from the puzzle's solution. Hints are tracked and displayed in your completion stats, so you can aim for hint-free solves as a personal challenge.
Hints do not unlock automatically — you choose when to use them. There's no limit, so use as many as you need while learning.
| Difficulty | Grid Size | What Makes It Hard |
|---|---|---|
| Easy | 5×7 | Most placements are forced — only one valid rectangle for the clue |
| Medium | 7×9 | Some ambiguity requires you to consider multiple clues together |
| Hard | 9×12 | Complex constraint chains; requires methodical elimination |
| Extreme | 12×14 | High ambiguity with long deduction chains |
| Expert Unlock | 15×17 | Large grids with deep interdependencies |
| Insane Unlock | 18×20 | Very large; requires tracking many possibilities simultaneously |
| Nightmare Unlock | 21×24 | Maximum grid size; extensive backtracking typically required |
See the full Shikaku Strategy Guide for in-depth techniques. The short version:
When you correctly place rectangles covering every cell of the grid, the puzzle is solved. A completion screen shows:
Best times are saved locally in your browser and persist across sessions.
Your current puzzle progress is saved automatically as you play. If you close the tab or browser and return later, your progress is restored — no account or login needed. All data stays in your browser's local storage.