Adventure Awaits
A primer on Skyscrapers and how to solve them
So, Skyscrapers.1 They’re a variety of gridded puzzle similar to a Sudoku, and they look something like this:
3 | 1 | 3 | ||||
3 | ||||||
1 | 3 | |||||
3 | ||||||
1 | ||||||
2 |
The aim is to complete the grid such that each row and column contains each digit exactly once – like in a Sudoku.
3 | 1 | 3 | ||||
1 | 3 | 5 | 2 | 4 | 3 | |
3 | 5 | 4 | 1 | 2 | 3 | |
5 | 2 | 1 | 4 | 3 | ||
2 | 4 | 3 | 5 | 1 | ||
4 | 1 | 2 | 3 | 5 | ||
2 |
However, the solution also needs to satisfy the clues along the outside, and it’s these that give Skyscrapers its character. Here’s how it works.
Each number in the grid represents the height of a ‘skyscraper’ in that cell. For instance, in a 4x4 puzzle a is the tallest skyscraper, while is the shortest.
[ 3d ]
What the clues along the outside tell you are how many skyscrapers you can ‘see’ by looking along that row or column. Imagine yourself standing on the clue and looking down that lane – shorter skyscrapers would be obscured by taller ones in front of them.
So, if you have a clue of in a 4x4 puzzle, that means you can see all 4 skyscrapers in that lane.
That’s all there is to it!
The easiest and quickest way to learn how to solve a Skyscrapers is just to see it in action. So let’s see how we’d solve a 4x4 puzzle.
The original puzzle is available at brainbashers.com.
1 | |||||
3 | |||||
4 |
First, notice if we have a clue of , we know the skyscraper must go directly in front of it. This way the hides all the other skyscrapers behind itself.
4 | 1 | ||||
3 | |||||
4 |
Similarly, where we have a clue of , we know all 4 skyscrapers must be in order so that all 4 are visible.
4 | |||||
3 | |||||
2 | 4 | 1 | |||
1 | 3 | ||||
4 |
Any other order, and we’d see less than 4 skyscrapers.
Now looking at the clue, the only possible order of the row is , such that are visible.
4 | |||||
3 | |||||
2 | 4 | 1 | |||
4 | 3 | 1 | 2 | 3 | |
4 |
There’s already a in the row, and if we put the next to the clue, we’d only see .
We’ve found 3/4 of the skyscrapers, so by the rules of Sudoku we know where the last one goes.
4 | |||||
4 | 3 | ||||
2 | 4 | 1 | |||
4 | 3 | 1 | 2 | 3 | |
4 |
It’s plain sailing from here as we can solve the rest of the puzzle with Sudoku deductions.
These are the only places skyscrapers can go:
4 | 3 | ||||
4 | 3 | ||||
3 | 2 | 4 | 1 | ||
4 | 3 | 1 | 2 | 3 | |
4 |
Then the skyscrapers:
2 | 4 | 3 | |||
2 | 4 | 3 | |||
3 | 2 | 4 | 1 | ||
4 | 3 | 1 | 2 | 3 | |
4 |
And finally we can fill out the rest of the skyscrapers:
1 | 2 | 4 | 3 | ||
2 | 4 | 3 | 1 | ||
3 | 1 | 2 | 4 | 1 | |
4 | 3 | 1 | 2 | 3 | |
4 |
And there we have it, all done. Not too bad, eh?
Luckily, it gets much harder very quickly from here! With larger grid sizes and scarcity of clues, Skyscrapers become a deliciously mind-bending challenge. Cracking them takes thought, ingenuity, and above all, persistence.
If you’re new, I hope you’ve found Skyscrapers intriguing. You should go try one yourself now – it will be fun, and you might just find yourself with a new addiction hobby ;)
- There are way too many plane jokes to be made here. I think I’ll just keep my (metaphorical) mouth shut.↩