123456789
789123456
456789123
912345678
678912345
345678912
891234567
567891234
234567891
(Normal sudoku rules apply)
The digits on the edge of the grid show the first hidden skyscraper on that row or column (in the direction opposite the digit).
I don't know what variant this is called so I named it the "alternative skyscraper" puzzle
So, for example:
- Code: Select all
1 2 8 4 3
+-----------+
5 | 4 6 5 1 8 | 1
6 | 1 2 9 6 3 | 2
2 | 3 7 8 4 2 | 7
+-----------+
1 2 5 1
I started with no digits and got to about here:
- Code: Select all
4 5 6 1 2 3 4 5 6
+--------------------+--------------------------+-----------------------+
| 1 2 3 | 456 456 456 | 78 789 79 | 8
1 | 7 8 9 | 1 2 3 | 4 5 6 | 5
1 | 4 5 6 | 7 8 9 | 1 2 3 | 2
+--------------------+--------------------------+-----------------------+
1 | 25689 16 2458 | 234589 134579 124578 | 35678 4678 2458 | 7
1 | 25689 167 278 | 234589 13459 12458 | 23568 46 258 | 4
1 | 23 34 45 | 56 67 78 | 9 1 24578 | 1
+--------------------+--------------------------+-----------------------+
1 | 2358 3479 124578 | 2345689 1345679 1245678 | 25678 346789 1245789 | 6
1 | 2568 4679 14578 | 2345689 345679 145678 | 25678 3467 245789 | 3
1 | 256 367 2478 | 34589 14569 24567 | 5678 46789 14579 | 8
+--------------------+--------------------------+-----------------------+
3 4 1 2 3 1 2 3 2
But I can't figure out what to do next
I'm pretty sure my sudoku has only one solution