Difference between revisions of "Wall"

From HexWiki
Jump to: navigation, search
m
(Converted to new hexboard diagrams)
Line 3: Line 3:
 
A popular way to create a wall is to [[ladder]] in the "wrong direction". The example below shows the lower part of a board:
 
A popular way to create a wall is to [[ladder]] in the "wrong direction". The example below shows the lower part of a board:
  
<hex>R5 C10 Ve2 Hf2 Hd4 Vc4</hex>
+
<hexboard size="5x10"
 +
  coords="none"
 +
  edges="bottom"
 +
  contents="R e2 c4 B f2 d4"
 +
  />
  
 
While [[Red (player)|Red]] could easily connect to the [[bottom edge]] by means of her leftmost red piece, instead she ladders to the right, giving the following position:
 
While [[Red (player)|Red]] could easily connect to the [[bottom edge]] by means of her leftmost red piece, instead she ladders to the right, giving the following position:
  
<hex>R5 C10 Ve2 Hf2 Hd4 Vc4   N:on Ve3 He4 Vf3 Hf4 Vg3 Hg4 Vh3 Hh4 Vi3 Hi4</hex>
+
<hexboard size="5x10"
 +
   coords="none"
 +
  edges="bottom"
 +
  contents="R e2 c4 B f2 d4 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 connects the pieces to the left. The newly created wall can come in handy as play goes on near the top of the board (not shown here).
 
''Now'' Red connects the pieces to the left. The newly created wall can come in handy as play goes on near the top of the board (not shown here).
Line 15: Line 23:
 
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.
  
<hex>R5 C8 Vb3 Vc3 Vd4 Ve3 Ve4 Vf4 Hf3 Vg3 Vg3</hex>
+
<hexboard size="5x8"
 +
  coords="none"
 +
  edges="bottom"
 +
  contents="R b3 c3 d4 e3 e4 f4 B f3 R g3 g3"
 +
  />
  
 
== See also ==
 
== See also ==

Revision as of 14:53, 9 December 2020

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 popular way to create a wall is to ladder in the "wrong direction". The example below shows the lower part of a board:

While Red could easily connect to the bottom edge by means of her leftmost red piece, instead she ladders to the right, giving the following position:

13579246810

Now Red connects the pieces to the left. 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.

See also

Rope