Difference between revisions of "Edge templates with one stone"

From HexWiki
Jump to: navigation, search
m
(Converted to new hexboard diagrams)
Line 4: Line 4:
  
 
== First row edge template ==
 
== First row edge template ==
[[Image:Template-1.png]]
+
<hexboard size="1x1"
<!--<hex>R1 C1 Va1</hex>-->
+
  coords="none"
 +
  edges="bottom"
 +
  contents="R a1"
 +
  />
  
 
== Second row edge template ==
 
== Second row edge template ==
[[Image:Template-2.png]]
+
<hexboard size="2x2"
<!--<hex>R2 C2 Vb1 Sa1</hex>-->
+
  coords="none"
 +
  edges="bottom"
 +
  visible="-a1"
 +
  contents="R b1"
 +
  />
  
 
== Third row edge templates ==
 
== Third row edge templates ==
 
=== [[Ziggurat|Edge template III1a]] ===
 
=== [[Ziggurat|Edge template III1a]] ===
  
[[Image:Ziggurat.png]]
+
<hexboard size="3x4"
Also known as the '''Ziggurat'''.
+
  coords="none"
<!--<hex>R3 C4 Vc1 Sa1 Sa2 Sb1</hex>-->
+
  edges="bottom"
 +
  visible="area(c1,a3,d3,d1)"
 +
  contents="R c1"
 +
  />
 +
Also known as the '''ziggurat'''.
 +
 
 
=== [[defending against intrusions in template 1-IIIb|Edge template III1b]] ===
 
=== [[defending against intrusions in template 1-IIIb|Edge template III1b]] ===
[[Image:Template-1-3b.png]]
+
The shaded cell is not part of the template and can be occupied by Blue.
 
+
<hexboard size="3x5"
<!--<hex>R3 C5 Vd1 Sa1 Sa2 Sb1 Sc3</hex>-->
+
  coords="none"
 +
  edges="bottom"
 +
  visible="area(c1,a3,e3,e1)"
 +
  contents="R d1 S c3"
 +
  />
  
 
== Fourth row edge templates ==
 
== Fourth row edge templates ==
 
=== [[defending against intrusions in template 1-IVa|Edge template IV1a]] ===
 
=== [[defending against intrusions in template 1-IVa|Edge template IV1a]] ===
[[Image:Template-1-4a.png]]
+
<hexboard size="4x7"
<!--<hex>R4 C7 Ve1 Sa1 Sa2 Sa3 Sb1 Sb2 Sc1 Sd1 Sg1</hex>-->
+
  coords="none"
 +
  edges="bottom"
 +
  visible="area(e1,c2,a4,g4,g2,f1)"
 +
  contents="R e1"
 +
  />
 
=== [[Edge template IV1b]] ===
 
=== [[Edge template IV1b]] ===
[[Image:Template-1-4b.png]]
+
The shaded cell is not part of the template and can be occupied by Blue.
<!--<hex>R4 C8 Vf1 Sa1 Sa2 Sa3 Sb1 Sb2 Sc1 Sd1 Sh1 Se3</hex>-->
+
<hexboard size="4x8"
 +
  coords="none"
 +
  edges="bottom"
 +
  visible="area(e1,c2,a4,h4,h2,g1)"
 +
  contents="R f1 S e3"
 +
  />
 
=== [[Edge template IV1c]] ===
 
=== [[Edge template IV1c]] ===
[[Image:Template-1-4c.png]]
+
The shaded cell is not part of the template and can be occupied by Blue.
<!--<hex> R5 C11 Sa1 Sb1 Sc1 Sd1 Se1 Sf1   Sj1 Sk1  Sa2 Sb2 Sc2 Sd2    Vf2      Sk2   Sa3 Sb3    Sa4    Sc5 </hex>-->
+
<hexboard size="5x11"
 +
   coords="none"
 +
  edges="bottom"
 +
  visible="area(g1,c3,a5,k5,k3,i1)"
 +
  contents="R f2 S c5"
 +
   />
  
 
=== [[Edge template IV1d]] ===
 
=== [[Edge template IV1d]] ===
<hex> R5 C9
+
<hexboard size="5x11"
Sa1 Sb1 Sc1 Sd1 Sh1 Si1 Si2
+
  coords="none"
Sa2 Sb2 Sc2 Vd2
+
  edges="bottom"
   Sa3 Sb3
+
   visible="area(g1,c5,k5,k3,i1)"
  Sa4
+
   contents="R f2"
    </hex>
+
   />
<!--<hex> R5 C9 Sa1 Sb1 Sc1 Sd1    Sh1 Si1   Sa2 Sb2 Sc2    Vd2      Si2   Sa3 Sb3      Sa4      </hex> -->
+
  
 
== [[edge template V1|Fifth row edge template]] ==
 
== [[edge template V1|Fifth row edge template]] ==
<hex>R5 C10 Vg1 Sa1 Sa2 Sa3 Sa4 Sb1 Sb2 Sb3 Sc1 Sc2 Sd1 Sd2 Se1 Si1 Sj1 Sj2</hex>
+
<hexboard size="5x11"
 +
  coords="none"
 +
  edges="bottom"
 +
  visible="area(g1,d3,b5,k5,k3,i1)"
 +
  contents="R h1"
 +
  />
 
== Sixth row edge template ==
 
== Sixth row edge template ==
<hex>
+
<hexboard size="6x14"
R6 C14
+
  coords="none"
Sa1 Sb1 Sc1 Sd1 Se1 Sf1 Sg1 Sh1 Rj1 Sl1 Sm1 Sn1
+
  edges="bottom"
Sa2 Sb2 Sc2 Sd2 Se2 Sf2 Sm2 Sn2
+
  visible="area(i1,c4,a6,o6,o4,k1)"
Sa3 Sb3 Sc3 Sd3 Sn3
+
  contents="R j1"
Sa4 Sb4
+
  />
Sa5
+
</hex>
+
 
+
 
[[Category: Edge templates]]
 
[[Category: Edge templates]]
 
[[Category: templates]]
 
[[Category: templates]]

Revision as of 05:26, 9 December 2020

Here you can see some known edge templates with one stone to be connected to the bottom row. Not all of them are useful to know. The fifth-row template occurs very seldom in real play.

There is some overlap with the article Edge templates everybody should know.

First row edge template

Second row edge template

Third row edge templates

Edge template III1a

Also known as the ziggurat.

Edge template III1b

The shaded cell is not part of the template and can be occupied by Blue.

Fourth row edge templates

Edge template IV1a

Edge template IV1b

The shaded cell is not part of the template and can be occupied by Blue.

Edge template IV1c

The shaded cell is not part of the template and can be occupied by Blue.

Edge template IV1d

Fifth row edge template

Sixth row edge template