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
@@ -515,3 +515,15 @@ trizone: |-
515
515
1. No two shaded cells are horizontally or vertically adjacent.
516
516
2. Numbers must be contained in a region of 3 cells. Every region has exactly one number.
517
517
3. Numbers indicate how many shaded cells are horizontally or vertically adjacent to its region.
518
+
scrabble: |-
519
+
Write one letter in some of the cells to form the given words. Some letters are given.
520
+
1. Every run of 2 or more consecutive letters forms a word (left-to-right or top-to-bottom). There cannot be words that aren't present in the word bank.
521
+
2. Each word in the bank appears exactly once in the grid.
522
+
3. All cells with letters must be connected.
523
+
elasticlink: |-
524
+
Draw lines to form pairs between the circles.
525
+
1. Lines cannot cross or overlap each other.
526
+
2. Each line must turn at least once.
527
+
3. For every turn, the lengths of the line segments on both sides of the turn must differ by exactly one.
528
+
4. A number indicates the length of the line segment overlapping that cell. All cells with numbers must be visited.
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.
0 commit comments