Login

Fancade Wiki

consistency

... ...
@@ -1,7 +1,9 @@
1
[Link](https://play.fancade.com/5E6CE6C53D3820CD) is a game by nmskr where you have to make a single loop that satisfies all the numbers to win.
2 1
[[/uploads/linknmskr.png]]
3 2
4
## How to play
3
[Link](https://play.fancade.com/5E6CE6C53D3820CD) is a game by [[nmskr|the-questers#nmskr]] where you have to make a single loop that satisfies all the numbers to win.
4
5
## How to Play
6
5 7
Tap an edge to place a line. Tap the edge again to remove it. Hold the edge to mark it with an X. Tap the 2 arrow symbol cycle to reset the board.
6 8
The numbers indicate how many lines are bordering the cell. You win if all conditions are met:
7 9
... ...
@@ -13,6 +15,7 @@ The numbers indicate how many lines are bordering the cell. You win if all condi
13 15
The game will automatically highlight currently unsatisfied numbers, as well as vertices that are either dead-ends or branches.
14 16
15 17
## Basic Logic
18
16 19
All of these logic will be based on the original [slitherlink](https://www.conceptispuzzles.com/index.aspx?uri=puzzle/slitherlink/techniques) logic.
17 20
18 21
* If a line has only one path to take, extend that line with that 1 path.
... ...
@@ -33,4 +36,8 @@ All of these logic will be based on the original [slitherlink](https://www.conce
33 36
* A line with exactly one vertex adjacent to a 3 will tell that the edges adjacent to that 3 but not touching the line are all lines, otherwise branching lines will form. (Top-left image)
34 37
* The line is forced to enter the 3 clue. Therefore, the line which touches it but isn't in the edge of the 3 is X'd out. (See bottom-left image)
35 38
[[/uploads/link-tips-g.png]]
36
* A 2 clue can have lines separated from each other, keep in mind.
... ...
\ No newline at end of file
0
* A 2 clue can have lines separated from each other, keep in mind.
1
2
## Related
3
4
- [[Hexalink]], hexagonal variation
... ...
\ No newline at end of file
Fancade Wiki