Teleporting X-Sums 2
(Published on 1. March 2023, 21:53 by SenatorGronk)
I'd recommend starting with my first puzzle using this constraint (Teleporting X-Sums) before trying this one.
Rules
- Standard sudoku rules apply
- Each row, column, and box has one teleporter cell, each of which contains a different digit.
- Clues on the outside of the grid are X-Sums -- where X is the digit closest to the clue, and the clue is the sum of the first X digits in the row/column in that direction.
- If an X-sum clue hits a teleporter cell, after including its digit in the sum, you are teleported to the next highest teleporter cell (with the 9 pointing to the 1), and must continue your sum from there in the same direction (the destination teleporter cell is not counted in the X-sum).
- No given clues will teleport you in a way where you hit the end of the grid before reaching your expected cell count.
Example:
SudokuPad (CtC)
Walkthrough
Solution code: Row 8 + Column 9 (18 digits)
Solved by SKORP17, henrypijames, Leonard Hal, AvavaAvA
Comments
on 4. March 2023, 05:24 by henrypijames
Fantastic logic, even more intricate than the previous one. You should submit this for the current Discord monthly challenge.