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
@@ -557,3 +557,9 @@ lring: |-
557
557
1. The loop cannot branch off or cross itself.
558
558
2. The loop must make a turn on every cell containing a clue.
559
559
3. Every arrow must have a line segment going in that direction, which should be exactly one cell longer than the other line segment overlapping the arrow.
560
+
seiza: |-
561
+
Place exactly one star in each outlined region, then draw lines between the stars to form a single network.
562
+
1. Stars do not touch each other orthogonally or diagonally.
563
+
2. Lines must be drawn perpendicular to the edges of cells and must not turn or overlap each other.
564
+
3. Each number in a region represents how many lines are drawn from the star in that region.
0 commit comments