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
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -402,3 +402,16 @@ heavydots: |-
402
402
3. A black dot touches exactly 3 lines, and a white dot touches exactly 4 lines.
403
403
4. A regular grid point that's located next to a white/black dot cannot have more than 2 lines touching it.
404
404
5. A block cannot contain a 2x2 square of cells.
405
+
hasunomura: |-
406
+
Shade some cells on the board.
407
+
1. Cells with numbers cannot be shaded.
408
+
2. Clues indicate the sum of the areas of the unshaded regions using the (up to 4) cells diagonally adjacent to the clue. If a region uses multiple of these cells, it is only counted once.
409
+
3. The shaded cells cannot form a 2x2 square.
410
+
4. All shaded cells form an orthogonally contiguous area.
411
+
tetroctb: |-
412
+
Place several tetrominoes (blocks of 4 cells) in the grid.
413
+
1. Tetrominoes cannot be orthogonally adjacent.
414
+
2. Numbered regions must contain the indicated amount of shaded cells.
415
+
3. Each tetromino must cross at least one region border.
416
+
4. Two tetrominoes which touch each other at the corners must have different shapes, counting rotations and reflections as the same.
417
+
5. All tetrominoes form a diagonally contiguous area.
0 commit comments