You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src-ui/res/rules.en.yaml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -539,3 +539,9 @@ slovak: |-
539
539
1. Each row and column contains exactly one of each number (excluding numbers on shaded cells). Some cells remain empty.
540
540
2. Numbers on shaded cells indicate the sum of numbers in the (up to four) orthogonally adjacent cells.
541
541
3. The amount of circles on a shaded cell indicates how many of the (up to four) orthogonally adjacent cells must be filled with a number. Clues without any circles have an unknown amount.
542
+
vertigo: |-
543
+
Draw a loop that goes through every unshaded cell.
544
+
1. The loop cannot branch off.
545
+
2. All turns along the entire loop must be in the same direction.
546
+
3. The loop cannot go through shaded cells.
547
+
4. Two perpendicular line segments may intersect each other, but they may not turn at their intersection or otherwise overlap.
0 commit comments