Difference between revisions of "Territory"

From HexWiki
Jump to: navigation, search
(Added a category)
(Expanded the stub a bit.)
Line 1: Line 1:
The '''territory''' of a [[player]] is usually meant to signify the part of the [[board]] that the player ''controls''. One way to define it is to say that it is the set of [[Hex (board element)|hexes]] occupied by the player, plus those adjacent to cells occupied by the player.
+
A [[player]]'s '''territory''' usually refers to the part of the [[board]] that the player controls or has some influence over. One way to define territory is to say that it is the set of [[Hex (board element)|hexes]] occupied by the player, plus any empty hexes adjacent to them.
  
However, it is often better to consider it in a looser sense. For example, if [[Red (player)|Red]] has an [[outpost]] on the [[fourth row]], which can be used as a [[Ladder escape]], it makes sense to consider the area between this and the [[edge]] as Red's territory.
+
However, it is often better to consider the idea of territory in a looser sense. We can say that a player has ''influence'' in an area of the board if the player has many potential ways of connecting there. Sometimes even a single stone that doesn't look very useful can increase a player's influence. If a player gains such a stone, we say that the player ''gained some territory''.
 +
 
 +
== Example ==
 +
 
 +
Consider the following situation, with Red to move.
 +
<hexboard size="6x7"
 +
  edges="bottom"
 +
  coords="none"
 +
  contents="R d3 e4 B c5 f5 E a:d6 b:c3"
 +
  />
 +
Red could simply connect to the edge by playing at "a". However, it is better for Red to play "b" instead, as this will still connect Red to the edge, but gain some additional territory (namely, more possibilities to connect towards the top).
 +
 
 +
== Gaining territory by intrusions ==
 +
 
 +
Often a player can gain some useful territory by intruding into the opponent's templates.  
 +
 
 +
== See also ==
 +
 
 +
* [[Minimax|Minimaxing]]
 +
* [[Tidiness]]
  
{{stub}}
 
 
[[category:strategy]]
 
[[category:strategy]]
 
[[category:definition]]
 
[[category:definition]]

Revision as of 21:08, 11 September 2021

A player's territory usually refers to the part of the board that the player controls or has some influence over. One way to define territory is to say that it is the set of hexes occupied by the player, plus any empty hexes adjacent to them.

However, it is often better to consider the idea of territory in a looser sense. We can say that a player has influence in an area of the board if the player has many potential ways of connecting there. Sometimes even a single stone that doesn't look very useful can increase a player's influence. If a player gains such a stone, we say that the player gained some territory.

Example

Consider the following situation, with Red to move.

ba

Red could simply connect to the edge by playing at "a". However, it is better for Red to play "b" instead, as this will still connect Red to the edge, but gain some additional territory (namely, more possibilities to connect towards the top).

Gaining territory by intrusions

Often a player can gain some useful territory by intruding into the opponent's templates.

See also