Difference between revisions of "Pattern"

From HexWiki
Jump to: navigation, search
m
(pattern is no longer "the only known")
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
A '''pattern''' is simply a collection of pieces in some region of the board. The region may be near an edge, such as the Ziggurat
+
A '''pattern''' is simply a collection of pieces in some region of the board. The region may be near an edge, such as the [[ziggurat]]
 +
<hexboard size="3x4"
 +
  coords="none"
 +
  edges="bottom"
 +
  visible="area(c1,a3,d3,d1)"
 +
  contents="R c1"
 +
  />
  
[[Image:Ziggurat.png]]
+
or it could be anywhere on the board, such as the basic [[bridge]]:
 +
<hexboard size="2x2"
 +
  coords="none"
 +
  edges="none"
 +
  contents="R a1 b2"
 +
  />
  
or it could be anywhere in the board, such as the basic [[bridge]]:
+
A pattern can be of any size -- for example here is a pattern: a single-stone 6th row [[edge template]].
  
[[Image:Bridge.png]].
+
<hexboard size="6x14"
 +
  coords="none"
 +
  edges="bottom"
 +
  visible="area(i1,c4,a6,n6,n4,k1)"
 +
  contents="R j1"
 +
  />
  
A pattern can be as large as you like -- for example here is a pattern: the only known single-stone 6th row edge template.
+
The general notion of a pattern is useful because various important notions in Hex, such as that of an [[edge template]] or a [[ladder escape]], are patterns.
  
<hex>
+
The '''carrier''' of a pattern is the set of all cells that are part of the pattern (whether occupied by pieces or not).
R6 C14
+
Sa1 Sb1 Sc1 Sd1 Se1 Sf1 Sg1 Sh1 Rj1 Sl1 Sm1 Sn1
+
Sa2 Sb2 Sc2 Sd2 Se2 Sf2 Sm2 Sn2
+
Sa3 Sb3 Sc3 Sd3 Sn3
+
Sa4 Sb4
+
Sa5
+
</hex>
+
  
The starred [[hex_(board_element)|hexes]] are not part of the pattern (they are only there because no-one has taken the trouble to find out how to remove them).
+
[[category: Definition]]
 
+
The general notion of a pattern is useful because various important notions in hex such as that of an [[edge template]] or a [[ladder escape]] are patterns.
+

Latest revision as of 22:17, 21 December 2023

A pattern is simply a collection of pieces in some region of the board. The region may be near an edge, such as the ziggurat

or it could be anywhere on the board, such as the basic bridge:

A pattern can be of any size -- for example here is a pattern: a single-stone 6th row edge template.

The general notion of a pattern is useful because various important notions in Hex, such as that of an edge template or a ladder escape, are patterns.

The carrier of a pattern is the set of all cells that are part of the pattern (whether occupied by pieces or not).