Difference between revisions of "Parallelogram boards"

From HexWiki
Jump to: navigation, search
(Size of minimal virtual connection on parallelogram boards: Updated table)
(Changed convention for board dimensions: columns x rows.)
Line 1: Line 1:
Hex is usually played on a rhombic ''n''×''n'' board, but one can also try playing it on ''n''×''m'' parallelogram boards, where ''n'' is the number of rows, ''m'' the number of columns, and ''n'' ≠ ''m''. For example, here is a board of size 3×7:
+
Hex is usually played on a rhombic ''n''×''n'' board, but one can also try playing it on ''n''×''k'' parallelogram boards, where ''n'' is the number of columns, ''k'' the number of rows, and ''n'' ≠ ''k''. For example, here is a board of size 7×3:
 
<hexboard size="3x7"
 
<hexboard size="3x7"
 
   coords="none"
 
   coords="none"
 
   edges="all"
 
   edges="all"
 
   />
 
   />
The problem with playing on such parallelogram boards is that the player with the shorter distance between her sides has a simple  [[Hex_theory#Winning_strategy_for_non-square_boards|winning strategy]], even when she moves second. To mitigate this, one can permit the player with the greater distance between his sides to place a certain number of stones on the board prior to the game. In particular, it has been found that Hex on a 7×9 board is a rather fair game, when Blue may start the game with two stones at once.
+
The problem with playing on such parallelogram boards is that the player with the shorter distance between her sides has a simple  [[Hex_theory#Winning_strategy_for_non-square_boards|winning strategy]], even when she moves second. To mitigate this, one can permit the player with the greater distance between his sides to place a certain number of stones on the board prior to the game. In particular, it has been found that Hex on a 9×7 board is a rather fair game, when Blue may start the game with two stones at once.
  
 
== Size of minimal virtual connection on parallelogram boards ==
 
== Size of minimal virtual connection on parallelogram boards ==
  
On a board of size ''n''×''m'', one may ask what is the minimum number of stones Blue must place on the board prior to the game to guarantee a Blue win. Equivalently, one can ask what is the size of the minimal [[virtual connection]] between Blue's edges on an otherwise empty board.
+
On a board of size ''n''×''k'', one may ask what is the minimum number of stones Blue must place on the board prior to the game to guarantee a Blue win. Equivalently, one can ask what is the size of the minimal [[virtual connection]] between Blue's edges on an otherwise empty board.
  
The answer is known for certain small values of ''n'' and/or ''m'':
+
The answer is known for certain small values of ''n'' and/or ''k'':
 
{| class="wikitable" style="text-align: center;"
 
{| class="wikitable" style="text-align: center;"
 
! ×
 
! ×
! scope="column" | 1  || 2  || 3  || 4  || 5  || 6  || 7  || 8  || 9  || 10  || 11  || 12 || Formula (if known)
+
! scope="column" | n=1  || 2  || 3  || 4  || 5  || 6  || 7  || 8  || 9  || 10  || 11  || 12 || Formula (if known)
 
|-
 
|-
! scope="row" | 1
+
! scope="row" | k=1
| 1  || 2  || 3  || 4 || 5  || 6  || 7  || 8  || 9  || 10  || 11  || 12 || ''m''
+
| 1  || 2  || 3  || 4 || 5  || 6  || 7  || 8  || 9  || 10  || 11  || 12 || ''n''
 
|-
 
|-
 
! scope="row" | 2
 
! scope="row" | 2
| 0  || 1  ||2 || 2  || 3 || 4 || 4 || 5 || 6  || 6  || 7  || 8 || ⌈⅔''m'' − ⅔⌉
+
| 0  || 1  ||2 || 2  || 3 || 4 || 4 || 5 || 6  || 6  || 7  || 8 || ⌈⅔''n'' − ⅔⌉
 
|-
 
|-
 
! scope="row" | 3
 
! scope="row" | 3
| 0  || 0  || 1  || 2 || 3 || 3 || 4 || 5 || 5 || 6 || 7 || 7 || ⌈⅔''m'' − 1⌉
+
| 0  || 0  || 1  || 2 || 3 || 3 || 4 || 5 || 5 || 6 || 7 || 7 || ⌈⅔''n'' − 1⌉
 
|-
 
|-
 
! scope="row" | 4
 
! scope="row" | 4
| 0  || 0  || 0 || 1 || 2 || 2 || 3 || 4 || 4 || 5 || 6 || 6 || ⌈⅔''m'' − 2⌉
+
| 0  || 0  || 0 || 1 || 2 || 2 || 3 || 4 || 4 || 5 || 6 || 6 || ⌈⅔''n'' − 2⌉
 
|-
 
|-
 
! scope="row" | 5
 
! scope="row" | 5
| 0  || 0 || 0 || 0 || 1 || 2 || 2 || 3 || 3 || 4 || 5 || 5 || ⌈⅔''m'' − 3⌉, m ≥ 7
+
| 0  || 0 || 0 || 0 || 1 || 2 || 2 || 3 || 3 || 4 || 5 || 5 || ⌈⅔''n'' − 3⌉, n ≥ 7
 
|-
 
|-
 
! scope="row" | 6
 
! scope="row" | 6
Line 42: Line 42:
 
== Examples of minimal virtual connections ==
 
== Examples of minimal virtual connections ==
  
=== Boards of size ''m'' ===
+
=== Boards of size ''n''×1 ===
  
For boards of size ''m'', it is obvious that Blue's virtual connection requires ''m'' pieces, because if any cell is left empty, Red will win in one move.
+
For boards of size ''n''×1, it is obvious that Blue's virtual connection requires ''n'' stones, because if any cell is left empty, Red will win in one move.
 
<hexboard size="1x7"
 
<hexboard size="1x7"
 
   edges="all"
 
   edges="all"
Line 51: Line 51:
 
   />
 
   />
  
=== Boards of size ''m'' ===
+
=== Boards of size ''n''×2 ===
  
For boards of size ''m'', the size of Blue's minimal virtual connection is ⌈⅔''m'' − ⅔)⌉. Here, ⌈''x''⌉ denotes the ''ceiling'' of ''x'', i.e., the smallest integer ≥ ''x''. Examples of such minimal virtual connections are shown for ''m'' = 2, 3, 4, 5, 6, 7. The pattern continues for larger ''m''.
+
For boards of size ''n''×2, the size of Blue's minimal virtual connection is ⌈⅔''n'' − ⅔)⌉. Here, ⌈''x''⌉ denotes the ''ceiling'' of ''x'', i.e., the smallest integer ≥ ''x''. Examples of such minimal virtual connections are shown for ''n'' = 2, 3, 4, 5, 6, 7. The pattern continues for larger ''n''.
 
<hexboard size="2x2"
 
<hexboard size="2x2"
 
   float="inline"
 
   float="inline"
Line 86: Line 86:
 
/>
 
/>
  
=== Boards of size ''m'' ===
+
=== Boards of size ''n''×3 ===
  
For boards of size ''m'', where ''m'' ≥ 3, the size of Blue's minimal virtual connection is ⌈⅔''m'' − 1⌉. Examples of such minimal virtual connections are shown for ''m'' = 3, 4, 5, 6, 7. The pattern continues for larger ''m''.
+
For boards of size ''n''×3, where ''n'' ≥ 3, the size of Blue's minimal virtual connection is ⌈⅔''n'' − 1⌉. Examples of such minimal virtual connections are shown for ''n'' = 3, 4, 5, 6, 7. The pattern continues for larger ''n''.
 
<hexboard size="3x3"
 
<hexboard size="3x3"
 
   float="inline"
 
   float="inline"
Line 116: Line 116:
 
/>
 
/>
  
=== Boards of size ''m'' ===
+
=== Boards of size ''n''×4 ===
  
For boards of size ''m'', where ''m'' ≥ 4, the size of Blue's minimal virtual connection is ⌈⅔''m'' − 2⌉. This is proved, using tools from combinatorial game theory, in the paper [https://arxiv.org/abs/2101.06694 "On the combinatorial value of Hex positions"]. Examples of such minimal virtual connections are shown for ''m'' = 4, 5, 6, 7, 8, 9. The pattern continues for larger ''m''.
+
For boards of size ''n'', where ''n'' ≥ 4, the size of Blue's minimal virtual connection is ⌈⅔''n'' − 2⌉. This is proved, using tools from combinatorial game theory, in the paper [https://arxiv.org/abs/2101.06694 "On the combinatorial value of Hex positions"]. Examples of such minimal virtual connections are shown for ''n'' = 4, 5, 6, 7, 8, 9. The pattern continues for larger ''n''.
 
<hexboard size="4x4"
 
<hexboard size="4x4"
 
   float="inline"
 
   float="inline"
Line 150: Line 150:
 
   contents="B c2 d3 f2 g3"
 
   contents="B c2 d3 f2 g3"
 
/>
 
/>
Interestingly, in addition to a virtual connection by [[bridge]]s, there is another pattern of such minimal connections when ''n'' = 4. It uses the same number of stones, but has a larger [[carrier]].
+
Interestingly, in addition to a virtual connection by [[bridge]]s, there is another pattern of such minimal connections when ''k'' = 4. It uses the same number of stones, but has a larger [[carrier]].
 
<hexboard size="4x4"
 
<hexboard size="4x4"
 
   float="inline"
 
   float="inline"

Revision as of 19:39, 24 January 2023

Hex is usually played on a rhombic n×n board, but one can also try playing it on n×k parallelogram boards, where n is the number of columns, k the number of rows, and nk. For example, here is a board of size 7×3:

The problem with playing on such parallelogram boards is that the player with the shorter distance between her sides has a simple winning strategy, even when she moves second. To mitigate this, one can permit the player with the greater distance between his sides to place a certain number of stones on the board prior to the game. In particular, it has been found that Hex on a 9×7 board is a rather fair game, when Blue may start the game with two stones at once.

Size of minimal virtual connection on parallelogram boards

On a board of size n×k, one may ask what is the minimum number of stones Blue must place on the board prior to the game to guarantee a Blue win. Equivalently, one can ask what is the size of the minimal virtual connection between Blue's edges on an otherwise empty board.

The answer is known for certain small values of n and/or k:

× n=1 2 3 4 5 6 7 8 9 10 11 12 Formula (if known)
k=1 1 2 3 4 5 6 7 8 9 10 11 12 n
2 0 1 2 2 3 4 4 5 6 6 7 8 ⌈⅔n − ⅔⌉
3 0 0 1 2 3 3 4 5 5 6 7 7 ⌈⅔n − 1⌉
4 0 0 0 1 2 2 3 4 4 5 6 6 ⌈⅔n − 2⌉
5 0 0 0 0 1 2 2 3 3 4 5 5 ⌈⅔n − 3⌉, n ≥ 7
6 0 0 0 0 0 1 2 2 3 ≤5
7 0 0 0 0 0 0 1 2 2
8 0 0 0 0 0 0 0 1 2 2?

Examples of minimal virtual connections

Boards of size n×1

For boards of size n×1, it is obvious that Blue's virtual connection requires n stones, because if any cell is left empty, Red will win in one move.

Boards of size n×2

For boards of size n×2, the size of Blue's minimal virtual connection is ⌈⅔n − ⅔)⌉. Here, ⌈x⌉ denotes the ceiling of x, i.e., the smallest integer ≥ x. Examples of such minimal virtual connections are shown for n = 2, 3, 4, 5, 6, 7. The pattern continues for larger n.

Boards of size n×3

For boards of size n×3, where n ≥ 3, the size of Blue's minimal virtual connection is ⌈⅔n − 1⌉. Examples of such minimal virtual connections are shown for n = 3, 4, 5, 6, 7. The pattern continues for larger n.

Boards of size n×4

For boards of size n, where n ≥ 4, the size of Blue's minimal virtual connection is ⌈⅔n − 2⌉. This is proved, using tools from combinatorial game theory, in the paper "On the combinatorial value of Hex positions". Examples of such minimal virtual connections are shown for n = 4, 5, 6, 7, 8, 9. The pattern continues for larger n.

Interestingly, in addition to a virtual connection by bridges, there is another pattern of such minimal connections when k = 4. It uses the same number of stones, but has a larger carrier.

References