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
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -527,3 +527,15 @@ elasticlink: |-
527
527
3. For every turn, the lengths of the line segments on both sides of the turn must differ by exactly one.
528
528
4. A number indicates the length of the line segment overlapping that cell. All cells with numbers must be visited.
529
529
5. If the line turns on a number, the number indicates the length of either the horizontal or vertical line segment overlapping the cell.
530
+
anymino: |-
531
+
Shade some cells on the board to form shapes.
532
+
1. All regions contain exactly one shape, which is an orthogonally connected group of shaded cells.
533
+
2. Two identical shapes cannot share an edge, counting rotations and reflections as the same.
534
+
3. Every shape must be orthogonally adjacent to at least one other shape of the same size.
535
+
4. The shaded cells cannot form a 2x2 square.
536
+
5. All shaded cells form an orthogonally contiguous area.
537
+
slovak: |-
538
+
Place numbers from the given range into some of the empty cells.
539
+
1. Each row and column contains exactly one of each number (excluding numbers on shaded cells). Some cells remain empty.
540
+
2. Numbers on shaded cells indicate the sum of numbers in the (up to four) orthogonally adjacent cells.
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.
0 commit comments