Difference between revisions of "Corner template"

From HexWiki
Jump to: navigation, search
(corrected typo)
(Converted to new hexboard diagrams)
 
(15 intermediate revisions by 2 users not shown)
Line 1: Line 1:
In Y, players have to link the three sides, and a corner links 2 edges. Similarly to [[edge template]]s in [[Hex]] there are '''Corner Templates''' in Y.
+
In [[Y]], players have to link the three sides, and a corner links 2 edges. Similarly to [[edge template]]s in [[Hex]] there are '''corner templates''' in [[Y]].
  
Red is trying to link right and bottom edges through a corner template.
+
Red is trying to link right and bottom edges through a corner template. Any shaded hexes are not part of the template, and can be occupied by Blue.
  
<hex> R4 C4
+
==One-stone corner templates==
      Sd2
+
  Vc3 Sd3
+
Sb4 Sc4</hex>
+
  
The next one is based on the [[ziggurat]].
+
<hexboard size="4x4"
<hex> R6 C6
+
  coords="none"
               Sf1
+
  edges="bottom right"
             Se2 Sf2
+
  visible="area(d2,b4,d4)"
         Sd3 Se3 Sf3
+
  contents="R c3 S d4"
      Sc4 Vd4 Se4 Sf4
+
  />
  Sb5 Sc5 Sd5
+
 
Sa6 Sb6 Sc6 Sd6</hex>
+
<hexboard
 +
  size="5x5"
 +
  coords="none"
 +
  edges="bottom right"
 +
  visible="area(e2,b5,e5)"
 +
  contents="R d3"
 +
  />
 +
 
 +
==Two-stone corner templates==
 +
 
 +
<hexboard size="5x5" coords="none"  edges="bottom right"  visible="area(e2,b5,e5)"
 +
contents="
 +
      R d3
 +
        R c4 
 +
        S d4 d5 e4 e5 "/>
 +
 
 +
<hexboard size="5x5" coords="none"  edges="bottom right"  visible="area(e2,b5,e5)"
 +
contents="
 +
   
 +
   
 +
      R d3
 +
        R c4
 +
      S e3 "/>
 +
 
 +
<hexboard size="5x5" coords="none"  edges="bottom right"  visible="area(e2,b5,e5) -e2 b5"
 +
contents="
 +
   
 +
     
 +
      R d3
 +
        R c4
 +
        "/>
 +
 
 +
 
 +
<hexboard size="6x6" coords="none"  edges="bottom right"  visible="area(f2,b6,f6)"
 +
contents="
 +
        R e3
 +
        R d4
 +
          S f4--f6
 +
          "/>
 +
 
 +
<hexboard size="6x6" coords="none" edges="bottom right" visible="area(f2,b6,f6) -f2"
 +
contents="
 +
   
 +
     
 +
        R e3
 +
        R d4
 +
       
 +
          "/>
 +
 
 +
<hexboard size="7x7" coords="none" edges="bottom right" visible="area(g2,b7,g7) -g2"
 +
contents="
 +
     
 +
       
 +
        R f3
 +
          R e4
 +
         
 +
         
 +
            "/>
 +
 
 +
 
 +
<hexboard size="7x7" coords="none" edges="bottom right" visible="area(g2,b7,g7)"
 +
contents="
 +
          R e4
 +
          R d5
 +
            S f6 f7 g6 g7
 +
              "/>
 +
 
 +
<hexboard size="7x7" coords="none" edges="bottom right" visible="area(g2,b7,g7)"
 +
contents="
 +
     
 +
     
 +
       
 +
          R e4
 +
          R d5
 +
          S g5
 +
            "/>
 +
 
 +
 
 +
<hexboard size="7x7" coords="none" edges="bottom right" visible="area(g2,b7,g7) -g2 f3 b7" contents="
 +
          R e4
 +
          R d5
 +
         
 +
            "/>
 +
 
 +
<hexboard size="8x8" coords="none" edges="bottom right" visible="area(h2,b8,h8)" contents="
 +
     
 +
       
 +
       
 +
          R f4
 +
            R e5
 +
            S h7 h8
 +
             
 +
               "/>
 +
 
 +
<hexboard size="8x8" coords="none" edges="bottom right" visible="area(h2,b8,h8)" contents="
 +
     
 +
       
 +
       
 +
          R f4
 +
             R e5
 +
            S h5 h8
 +
           
 +
              "/>
 +
 
 +
<hexboard size="8x8" coords="none" edges="bottom right" visible="area(h2,b8,h8) -h2 g3" contents="
 +
     
 +
          
 +
         
 +
          R f4
 +
            R e5
 +
            S h8
 +
           
 +
              "/>
 +
 
 +
 
 +
<hexboard size="9x9" coords="none" edges="bottom right" visible="area(i2,b9,i9)" contents="
 +
            R f5
 +
              R e6
 +
              S h8 h9 i8 i9
 +
               
 +
                  "/>
 +
 
 +
<hexboard size="9x9" coords="none" edges="bottom right" visible="area(i2,b9,i9)" contents="
 +
       
 +
       
 +
         
 +
         
 +
            R f5
 +
              R e6
 +
             
 +
              S i7
 +
                "/>
 +
 
 +
<hexboard size="9x9" coords="none" edges="bottom right" visible="area(i2,b9,i9) -i2 h3 b9 c8" contents="
 +
       
 +
         
 +
         
 +
         
 +
            R f5
 +
              R e6
 +
             
 +
               
 +
                "/>
  
 
[[category:y]]
 
[[category:y]]
 
[[category:templates]]
 
[[category:templates]]

Latest revision as of 23:03, 28 December 2020

In Y, players have to link the three sides, and a corner links 2 edges. Similarly to edge templates in Hex there are corner templates in Y.

Red is trying to link right and bottom edges through a corner template. Any shaded hexes are not part of the template, and can be occupied by Blue.

One-stone corner templates

Two-stone corner templates