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
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -515,3 +515,8 @@ 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.
0 commit comments