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
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -468,3 +468,21 @@ bwloop: |-
468
468
1. The loop cannot branch off or cross itself.
469
469
2. Between two successively passed circles of the same color, the loop must not turn.
470
470
3. Between two successively passed circles of different colors, the loop must turn exactly once.
471
+
yokeimoji: |-
472
+
Shade some cells on the board.
473
+
1. Shaded cells cannot be horizontally or vertically adjacent.
474
+
2. Every run of 2 or more consecutive unshaded cells forms a word (left-to-right or top-to-bottom). Each word can appear no more than once in the grid.
475
+
3. Words cannot start with "ン" or "ー". The sequences "ーー", "ンン" or "ンー" cannot appear in a word.
476
+
4. All unshaded cells on the board form an orthogonally connected area.
477
+
soulmates: |-
478
+
Place a number into some of the cells.
479
+
1. For each numbered cell, exactly one other number of the same value is able to be reached by traveling through only empty cells.
480
+
2. The value of each number must be equal to the distance of the shortest possible path from it to its partner.
481
+
golemgrad: |-
482
+
Draw lines to form pairs between the circles.
483
+
1. Lines cannot cross or overlap each other.
484
+
2. Cells with numbers cannot be visited by a line.
485
+
3. Orthogonally adjacent cells unused by the lines form regions. Each region contains no more than one number.
486
+
4. A number indicates the size of the region that contains it.
487
+
5. All cells used by lines must form an orthogonally contiguous area.
488
+
6. The cells used by lines cannot form a 2x2 square.
0 commit comments