Difference between revisions of "Edge templates everybody should know"

From HexWiki
Jump to: navigation, search
m (added to basic and inter. cat.)
(Converted to new hexboard diagrams)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
In all the diagrams Red is the vertical player and wants to connect his stone or stones to the bottom. Empty cells in the diagrams cannot be occupied by the opponent for the template to be valid; cells with a star may be empty or be occupied by either player.
+
In all the diagrams, Red is the vertical player and wants to connect her stone or stones to the bottom. Unshaded cells are part of the [[carrier]] of each template and must be empty for the template to be valid. Shaded cells are not part of the template and can be occupied by Blue.
 +
 
 +
What players "should" know if of course a bit subjective. The more templates you know, the better. But the ones shown on this page are quite common and are a good start.
  
 
== Third row edge templates with one stone ==
 
== Third row edge templates with one stone ==
[[Image:Ziggurat.png]]
+
<hexboard size="3x4"
[[Image:Template-1-3b.png]]
+
  float="inline"
<!--<hex>R3 C4 Vc1 Sa1 Sa2 Sb1</hex>-->
+
  coords="none"
<!--<hex>R3 C5 Vd1 Sa1 Sa2 Sb1 Sc3</hex>-->
+
  edges="bottom"
 +
  visible="area(c1,a3,d3,d1)"
 +
  contents="R c1"
 +
  /> <hexboard size="3x5"
 +
  float="inline"
 +
  coords="none"
 +
  edges="bottom"
 +
  visible="area(c1,a3,e3,e1)"
 +
  contents="R d1 S c3"
 +
  />
  
 
== Fourth row edge templates with one stone ==
 
== Fourth row edge templates with one stone ==
[[Image:Template-1-4a.png]]
+
<hexboard size="4x7"
[[Image:Template-1-4b.png]]
+
  float="inline"
<!--<hex>R4 C7 Ve1 Sa1 Sa2 Sa3 Sb1 Sb2 Sc1 Sd1 Sg1</hex>-->
+
  coords="none"
<!--<hex>R4 C8 Vf1 Sa1 Sa2 Sa3 Sb1 Sb2 Sc1 Sd1 Sh1 Se3</hex>-->
+
  edges="bottom"
 +
  visible="area(e1,c2,a4,g4,g2,f1)"
 +
  contents="R e1"
 +
  /> <hexboard size="4x8"
 +
  float="inline"
 +
  coords="none"
 +
  edges="bottom"
 +
  visible="area(e1,c2,a4,h4,h2,g1)"
 +
  contents="R f1 S e3"
 +
  />
  
 
== Third row edge templates with two stones ==
 
== Third row edge templates with two stones ==
[[Image:Template-2-3.png]]
+
<hexboard size="3x3"
<!--<hex>R3 C3 Vb1 Vc1 Sa1</hex>-->
+
  float="inline"
 +
  coords="none"
 +
  edges="bottom"
 +
  visible="-a1"
 +
  contents="R b1 c1"
 +
  /> <hexboard size="3x3"
 +
  float="inline"
 +
  coords="none"
 +
  edges="bottom"
 +
  visible="area(c1,a3,c3)"
 +
  contents="R c1 a3"
 +
  />
  
 
== Fourth row edge templates with two stones ==
 
== Fourth row edge templates with two stones ==
[[Image:Template-2-4.png]]
+
<hexboard size="4x4"
<!--<hex>R4 C4 Vc1 Vd1 Sa1 Sa2 Sa3 Sb1</hex>-->
+
  float="inline"
 +
  coords="none"
 +
  edges="bottom"
 +
  visible="area(c1,b2,a4,d4,d1)"
 +
  contents="R c1 d1"
 +
  /> <hexboard size="4x4"
 +
  float="inline"
 +
  coords="none"
 +
  edges="bottom"
 +
  visible="area(d1,a4,d4)"
 +
  contents="R d1 b3"
 +
  />
  
 
== Fifth row edge templates with two stones ==
 
== Fifth row edge templates with two stones ==
[[Image:Template-2-5.png]]
+
<hexboard size="5x7"
<!--<hex>R5 C7 Ve1 Vf1 Sa1 Sa2 Sa3 Sa4 Sb1 Sb2 Sb3 Sc1 Sc2 Sd1 Sg1 Sg2</hex>-->
+
  float="inline"
 +
  coords="none"
 +
  edges="bottom"
 +
  visible="area(e1,a5,g5,g3,f1)"
 +
  contents="R e1 f1"
 +
  /> <hexboard size="5x6"
 +
  float="inline"
 +
  coords="none"
 +
  edges="bottom"
 +
  visible="area(e1,a5,f5,f1)"
 +
  contents="R e1 d2"
 +
  />
  
 
== See also ==
 
== See also ==
[[Edge templates with one stone]] or [[Edge templates with two adjacent pieces]] for the solutions.
+
* [[Edge templates with one stone]]
 +
* [[Edge templates with two adjacent pieces]]
 +
* [[Fourth row edge templates]]
 +
* [[Fifth row edge templates]]
  
 
[[Category: Edge templates]]
 
[[Category: Edge templates]]
 
[[Category: Basic Strategy]]
 
[[Category: Basic Strategy]]
 
[[Category: Intermediate Strategy]]
 
[[Category: Intermediate Strategy]]

Latest revision as of 03:58, 12 December 2020

In all the diagrams, Red is the vertical player and wants to connect her stone or stones to the bottom. Unshaded cells are part of the carrier of each template and must be empty for the template to be valid. Shaded cells are not part of the template and can be occupied by Blue.

What players "should" know if of course a bit subjective. The more templates you know, the better. But the ones shown on this page are quite common and are a good start.

Third row edge templates with one stone

Fourth row edge templates with one stone

Third row edge templates with two stones

Fourth row edge templates with two stones

Fifth row edge templates with two stones

See also