[TSL S2T2] Lonesome Hockey
(Eingestellt am 15. Mai 2026, 00:00 Uhr von NXTMaster)
This was my official submission for the TSL competition. For a quick example of the "Finger Hockey" ruleset, please check out the puzzle
Finger Hockey.
Rules:
-
Hitori (Left Grid)
- Shade some cells such that no two shaded cells are orthogonally adjacent, all unshaded cells are orthogonally contiguous, and no row or column contains unshaded cells with identical digits.
-
Finger Hockey (Right Grid)
- Draw lines to represent the movement path of disks. Movement lines cannot cross or overlap each other or themselves, not even the start- or endpoints of the disks; i.e., no disk may move into a cell that has had a disk.
- Disks move only when flicked or hit, and each movement is horizontal or vertical without making turns. Every disk must be flicked exactly once and only when no disks are moving. After all movements are done, each region must have exactly one disk that cannot be the disk it started with.
- When flicked, a disk moves until it hits the grid edge or another disk (it stops on the cell adjacent to the edge/disk). When hit, a disk moves in the same direction as the disk that hit it following the rules of being flicked. However, this movement does not count as a flick (it must still be flicked if not already).
-
Interaction
- Every disk movement -- be it a flick or a hit -- has an associated distance equal to the number of cell boundaries crossed by the disk during the movement. Each distance corresponds to exactly one shaded cell in the Hitori grid containing an equal digit. There are as many shaded cells as there are movements.
Here is a quick animation to illustrate the rules:
The puzzle is available on
SudokuPad and
Penpa. Have fun flicking!
Lösungscode: From left to right, the number of shaded cells in each column of the Hitori grid. For the example animation, the code would be 2102
Zuletzt geändert am 16. Mai 2026, 18:55 Uhr
Gelöst von mnasti2, pms_headache
Kommentare
am 16. Mai 2026, 19:58 Uhr von hepcecob
Please fix the sudokupad version, the top 2 rows are non editable (can't draw or write in the cells)
am 16. Mai 2026, 18:55 Uhr von NXTMaster
Fixed link
Zuletzt geändert am 16. Mai 2026, 18:56 Uhram 16. Mai 2026, 15:53 Uhr von hepcecob
Please fix the sudokupad version, the top 2 rows are non editable (can't draw or write in the cells)
- - - -
Thank you so much for pointing this out. The converter messed up, so I recreated the whole thing from scratch.