Difference between revisions of "Sound connection"

From HexWiki
Jump to: navigation, search
m (added cat. connection types)
m (typo)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
Every game is a fight over [[Advantage|control]] of the board. Control is often gained or lost by players exploiting each others [[connection]]s. Making '''sound''' (as in healthy) '''connections''' means making connections that are less likely to be exploited.
+
Every game is a fight over [[Advantage|control]] of the board. Control is often gained or lost by players exploiting each others' [[connection]]s. Making '''sound''' (as in healthy) connections means making connections that are less likely to be exploited.
  
 
As a counterexample, consider the unsound connection below.
 
As a counterexample, consider the unsound connection below.
  
<hex>R5 C5 Hc2 Hd3 Hb4</hex>
+
<hexboard size="3x3"
 +
  edges="none"
 +
  coords="none"
 +
  visible="-a1 c3"
 +
  contents="B a2 R a3 b1 c2"
 +
  />
  
Although the three pieces are connected by [[bridge]]s, these all [[Overlapping connections|overlap]] in the center point, and if [[Red (player)|Red]] occupies that point,
+
Although the three pieces are connected by two [[bridge]]s, these [[Overlapping connections|overlap]] in the center point, and if [[Blue (player)|Blue]] occupies that point,
  
<hex>R5 C5 Hc2 Hd3 Hb4   Vc3</hex>
+
<hexboard size="3x3"
 +
  edges="none"
 +
  coords="none"
 +
  visible="-a1 c3"
 +
  contents="B a2  b2 R a3 b1 c2"
 +
   />
  
[[Blue (player)|Blue]] can only rescue two of the three bridges.
+
[[Red (player)|Red]] can only connect two of the three stones.
  
Soundness is not only non-overlapping connections. It is also the practice of [[Stealing territory|grabbing territory]] when given the chance. For example, when joining two groups of pieces there are often several different moves which join the groups but claim territory in different ways.
+
Soundness is not only non-overlapping connections. It is also the practice of grabbing [[territory]] when given the chance. For example, when joining two groups of pieces there are often several different moves which join the groups but claim territory in different ways.
  
 
[[category:connection types]]
 
[[category:connection types]]

Latest revision as of 22:55, 18 January 2024

Every game is a fight over control of the board. Control is often gained or lost by players exploiting each others' connections. Making sound (as in healthy) connections means making connections that are less likely to be exploited.

As a counterexample, consider the unsound connection below.

Although the three pieces are connected by two bridges, these overlap in the center point, and if Blue occupies that point,

Red can only connect two of the three stones.

Soundness is not only non-overlapping connections. It is also the practice of grabbing territory when given the chance. For example, when joining two groups of pieces there are often several different moves which join the groups but claim territory in different ways.