We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f0f552 commit d77d2d6Copy full SHA for d77d2d6
src-ui/res/rules.en.yaml
@@ -416,7 +416,7 @@ tetroctb: |-
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.
418
topo: |-
419
- Divide the grid into regions, then assign a number to each region. Some region borders are given.
+ Divide the grid into regions, then assign a non-negative number to each region. Some region borders are given.
420
1. The numbers in adjacent regions must have a difference of exactly one.
421
2. Region borders cannot branch off or cross.
422
3. A clue shows the average of the numbers in the two adjacent regions.
0 commit comments