https://github.com/sup2point0/skyscraping
An adventurer’s archive of techniques and tricks for solving Skyscrapers puzzles
https://github.com/sup2point0/skyscraping
puzzles skyscrapers svelte svelte-kit
Last synced: about 1 year ago
JSON representation
An adventurer’s archive of techniques and tricks for solving Skyscrapers puzzles
- Host: GitHub
- URL: https://github.com/sup2point0/skyscraping
- Owner: Sup2point0
- Created: 2025-05-05T07:51:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-11T10:01:50.000Z (about 1 year ago)
- Last Synced: 2025-05-12T01:54:42.356Z (about 1 year ago)
- Topics: puzzles, skyscrapers, svelte, svelte-kit
- Language: Svelte
- Homepage: https://sup2point0.github.io/skyscraping/
- Size: 278 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is an in-depth dive on ***Skyscrapers***, a Sudoku-like variety of puzzles. I cover myriads of techniques, tricks and tips that I’ve picked up in my years of solving them.
If you haven’t heard of Skyscrapers before, you should give one a shot. Yep, I mean [right now↗](https://www.brainbashers.com/skyscrapers.asp)! – the easiest ones can be solved in no time, even with no prior experience. If you like problem-solving, there’s a good chance you’ll fall in love with Skyscrapers ;)
You have a grid of numbers representing the heights of ‘skyscrapers’. The numbers along the outside are clues, indicating how many skyscrapers you could ‘see’ if you were to look along that axis. Starting with an empty of partially filled grid, you have to complete the grid, Sudoku-style, while fulfilling all of the clues.
Skyscrapers are super fun, and can easily get very difficult very quickly! With fewer clues and larger grid sizes, they become a deliciously mind-bending challenge, requiring logic, thought and ingenuity to crack. For those of you who’ve seen [*Integrity*](https://github.com/Sup2point0/integrity), it’s near-isomorphic to the satisfaction from solving integrals.
That’s all from me here. For more, [go explore](https://sup2point0.github.io/skyscraping).