Difference between revisions of "Wall"
m |
m (Fixed typos.) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
A '''wall''' is a [[group]] of [[piece]]s forming a straight line inside the [[board]]. Walls are strategically strong because they can serve as edges within the board, allowing [[edge template]]s to be played with the walls as support. | A '''wall''' is a [[group]] of [[piece]]s forming a straight line inside the [[board]]. Walls are strategically strong because they can serve as edges within the board, allowing [[edge template]]s to be played with the walls as support. | ||
− | A | + | A common way to create a wall is to [[ladder]] in the "wrong direction". Consider this example: |
+ | <hexboard size="5x10" | ||
+ | coords="none" | ||
+ | edges="bottom" | ||
+ | contents="R A:e2 c4 B d2 f2 d4 E x:d3 y:e3" | ||
+ | /> | ||
− | + | [[Red (player)|Red]] could easily connect A to the bottom [[edge]] by playing at x. But instead, she plays at y and ladders to the right, giving the following position: | |
− | + | <hexboard size="5x10" | |
+ | coords="none" | ||
+ | edges="bottom" | ||
+ | contents="R A:e2 c4 B d2 f2 d4 E x:d3 R 1:e3 B 2:e4 R 3:f3 B 4:f4 R 5:g3 B 6:g4 R 7:h3 B 8:h4 R 9:i3 B 10:i4" | ||
+ | /> | ||
− | + | ''Now'' Red plays at x to connect the wall to the edge. The newly created wall can come in handy as play goes on near the top of the board (not shown here). | |
− | + | ||
− | ''Now'' Red | + | |
Note that this illustrates suboptimal play by [[Blue (player)|Blue]]. Since Red already has a connection to the bottom, Blue should not play the ladder allowing Red to set up a wall. | Note that this illustrates suboptimal play by [[Blue (player)|Blue]]. Since Red already has a connection to the bottom, Blue should not play the ladder allowing Red to set up a wall. | ||
Line 15: | Line 22: | ||
A wall can contain one-cell holes without affecting its function, as long as the whole wall is a single [[group]]. The holes may be empty or occupied by the opponent. | A wall can contain one-cell holes without affecting its function, as long as the whole wall is a single [[group]]. The holes may be empty or occupied by the opponent. | ||
− | < | + | <hexboard size="5x8" |
+ | coords="none" | ||
+ | edges="bottom" | ||
+ | contents="R b3 c3 d4 e3 e4 f4 B f3 R g3 g3" | ||
+ | /> | ||
== See also == | == See also == | ||
Line 21: | Line 32: | ||
[[Rope]] | [[Rope]] | ||
− | + | [[category: Strategy]] | |
− | [[category: | + | [[category: Definition]] |
Latest revision as of 22:32, 19 May 2022
A wall is a group of pieces forming a straight line inside the board. Walls are strategically strong because they can serve as edges within the board, allowing edge templates to be played with the walls as support.
A common way to create a wall is to ladder in the "wrong direction". Consider this example:
Red could easily connect A to the bottom edge by playing at x. But instead, she plays at y and ladders to the right, giving the following position:
Now Red plays at x to connect the wall to the edge. The newly created wall can come in handy as play goes on near the top of the board (not shown here).
Note that this illustrates suboptimal play by Blue. Since Red already has a connection to the bottom, Blue should not play the ladder allowing Red to set up a wall.
A wall can contain one-cell holes without affecting its function, as long as the whole wall is a single group. The holes may be empty or occupied by the opponent.