Difference between revisions of "User:Selinger"

From HexWiki
Jump to: navigation, search
(2-5 parallel ladder)
Line 60: Line 60:
  
  
 +
etc.
  
 +
= Connecting a 2-5 parallel ladder =
  
 +
Like 2-4 and 3-5 parallel ladders, a 2-5 parallel ladder can also connect to the edge outright, given enough space. One way to do this is to yield to a 3-5 parallel ladder and then use [[Tom's move for 3rd and 5th row parallel ladders]]. However, there is a way to do it with much less space. In fact, the amount of space shown here is minimal:
  
= Unused draft material for "Question" =
+
<hexboard size="5x9"
 
+
   edges="bottom"
The following was a draft example for the page [[Question]], but it turned out to be too complicated to and not have a good answer.
+
   coords="none"
 
+
   visible="area(c1,a4,a5,i5,i3,g1)"
== Example: Template intrusion ==
+
   contents="R arrow(12):c1,a4 B c2 a5 R 1:d2"
 
+
Consider the following position, with Blue to move:
+
<hexboard size="11x11"
+
   coords="left bottom right"
+
   edges="left bottom right"
+
   visible="area(a7,a11,k11,k7)"
+
   contents="R f7 g7 B d8 h9 S area(f7,c9,a11,g11,g7)"
+
 
   />
 
   />
Note that Red is connected to the edge by [[Fifth_row_edge_templates#V-2-b|edge template V2b]], as highlighted. Blue would like to intrude into this template to gain strength either on the left or on the right.
+
The ladder stones are marked "↑", and Red's winning move is "1".
  
Blue would like a 4th row ladder escape on the left. But the problem is that if Blue plays at d9 or c10, Red can reconnect by playing a [[minimax|minimaxing move]] at h7, which strenghtens Red's position.
+
Proof of connectedness: Red's main threats is "*", using the highlighted cells:
<hexboard size="11x11"
+
<hexboard size="5x9"
   coords="left bottom right"
+
   edges="bottom"
   edges="left bottom right"
+
   coords="none"
   visible="area(a7,a11,k11,k7)"
+
   visible="area(c1,a4,a5,i5,i3,g1)"
   contents="R f7 g7 B d8 h9 B 1:d9 R 2:h7 S area(f7,e8,c11,g11,h8,h7)"
+
   contents="R arrow(12):c1,a4 B c2 a5 R 1:d2 *:c4 S red:(d1,c3,b4,b5,c4,c5,d3)"
 
   />
 
   />
Blue would also like a 4th row ladder escape on the right. But again, the problem is that if Blue moves at g10 or g9, Red can reconnect at g8, or by playing a minimaxing move, say at b10:
+
Red's other main threat is "*", connecting via [[edge template IV2b]], and only requiring 2 or the 3 cells x, y, z:
<hexboard size="11x11"
+
<hexboard size="5x9"
   coords="left bottom right"
+
   edges="bottom"
   edges="left bottom right"
+
   coords="none"
   visible="area(a7,a11,k11,k7)"
+
   visible="area(c1,a4,a5,i5,i3,g1)"
   contents="R f7 g7 B d8 h9 B 1:g10 R 2:b10 S area(f7,c9,a11,f11,g8,g7)"
+
   contents="R arrow(12):c1,a4 B c2 a5 R 1:d2 *:c3 S red:c3,area(e2,b5,f5,f3) E x:b3 y:b4 z:d1"
 
   />
 
   />
Neither of these outcomes is great for Blue. Instead, what Blue can do is ask the template a question:
+
The overlap consists of the cells marked "a", "b", and "c":
<hexboard size="11x11"
+
<hexboard size="5x9"
   coords="left bottom right"
+
   edges="bottom"
   edges="left bottom right"
+
   coords="none"
   visible="area(a7,a11,k11,k7)"
+
   visible="area(c1,a4,a5,i5,i3,g1)"
   contents="R f7 g7 B d8 h9 B 1:f8"
+
   contents="R arrow(12):c1,a4 B c2 a5 R 1:d2 E a:c3,d3 c:c4 b:b5,c5"
 
   />
 
   />
Basically, the question is: "How do you want to reconnect?" And based on the answer, Blue will be able to gain some strength on the left or on the right, without giving Red quite as much territory as would otherwise have been the case.
+
If Blue plays at "a", Red pushes the 2nd row ladder to "c" and then uses [[Tom's move]]. If Blue plays at "b", Red responds at "c" and then uses Tom's move. Finally, if Blue plays at "c", Red plays as follows:
 
+
<hexboard size="5x9"
For example, if Red reconnects at e8, then Blue can play e10:
+
   edges="bottom"
<hexboard size="11x11"
+
   coords="none"
   coords="left bottom right"
+
   visible="area(c1,a4,a5,i5,i3,g1)"
   edges="left bottom right"
+
   contents="R arrow(12):c1,a4 B c2 a5 R 1:d2 B 2:c4 R 3:b4 B 4:b5 R 5:e3"
   visible="area(a7,a11,k11,k7)"
+
   contents="R f7 g7 B d8 h9 B 1:f8 R 2:e8 B 3:e10 S red:(d9 d10 f9 f10 g8 g10)"  
+
 
   />
 
   />
 
+
This move isn't exactly a version of Tom's move, but it does for a 2-5 ladder what Tom's move does for a 2-4 ladder.
Now Red's [[mustplay region]] consists of the 6 highlighted cells. If Red plays at d9, Blue gets a forcing move at b10, giving Blue a 4th row escape on the left, without Red getting g8. If Red plays at d10, g8, or g10, Blue gets a forcing move at d9, giving Blue a 4th row escape on the left without Red getting g8. If Red plays at g9, Blue defends the bridge at f9 and then plays as before. Finally, if Red plays at f10, Blue can respond at g8, getting a 4th row escape on the right. Although Red can still reconnect at b10, taking away Blue's ladder escape on the left, Red does not have the option of getting g8.
+
 
+
To be continued... and simplified?
+
 
+
== To do ==
+
 
+
Add other illustrative examples, such as a template intrusion that forces the player to  trade-off between a stronger connection and letting the opponent get a ladder escape, etc.
+

Revision as of 21:59, 11 October 2023

I have played Hex since early 2020, and I run the Halifax Hex Club. I mostly use this user page for draft articles and other random bits and pieces that aren't yet ready to go into a real HexWiki article.

Proposed page: Eric's move

Eric's move is a trick that allows a player to make the best of a 3rd row ladder approaching an obtuse corner. It takes away the opponent's opportunity to get a 5th row ladder.

The move is named after Eric Demer, who discovered it.

Example

Consider the following situation, with Red's 3rd row ladder approaching from the right, and Red to move.

There's not enough room for Red to push one more time, as this will give Blue a 2nd row ladder:

83176254

The obvious solution is for Red to pivot immediately and hold Blue to a 5th row ladder:

4312x

However, this is not optimal, because Blue has a forcing move at x, giving Blue 2nd and 3rd row ladder escapes: A slightly better solution is the following:

43y2x1

Note that Red has formed edge template IV2d, still holding Blue to a 5th row ladder. Blue still has a forcing move at x, but because Red can respond at y, this only gives Blue a 2nd row ladder escape, rather than a 3rd row escape.

However, even this solution is not optimal for Red, as Blue still gets a 5th row ladder. It turns out that playing a different move 3 is generally even better for Red.

3abcd2ef1

Move 3 is named Eric's move. If Red plays there, Blue in theory no longer gets a 5th row ladder, nor any kind of ladder. If Blue plays at a or c, Red responds at b; if Blue plays at b, Red responds at a; if Blue plays at d, Red responds at e; if Blue plays at f, Red responds at d.

Why it works

Eric's move prevents Blue from getting a 5th row ladder along the left edge. To see why, consider the following line of play, which is one of Blue's best attempts:

987635421

If we imagine that the pink cells are occupied by a line of red stones, then Red's move 9 is actually Tom's move, using that line of stones as its edge. In that case, Red would connect, proving that Blue cannot in general get a 5th row ladder. Even if the pink cells are not in fact occupied by Red, the situation is still typically good for Red.

However, the use of Tom's move in this argument requires quite a bit of empty space. If there is less space, or if there are additional Blue stones in this area, then Blue might still be able to do something useful.

The way in which Eric's move works is essentially the same way as blocking a 5th row ladder when there's not enough space under the ladder stone; see theory of ladder escapes.


etc.

Connecting a 2-5 parallel ladder

Like 2-4 and 3-5 parallel ladders, a 2-5 parallel ladder can also connect to the edge outright, given enough space. One way to do this is to yield to a 3-5 parallel ladder and then use Tom's move for 3rd and 5th row parallel ladders. However, there is a way to do it with much less space. In fact, the amount of space shown here is minimal:

1

The ladder stones are marked "↑", and Red's winning move is "1".

Proof of connectedness: Red's main threats is "*", using the highlighted cells:

1

Red's other main threat is "*", connecting via edge template IV2b, and only requiring 2 or the 3 cells x, y, z:

z1xy

The overlap consists of the cells marked "a", "b", and "c":

1aacbb

If Blue plays at "a", Red pushes the 2nd row ladder to "c" and then uses Tom's move. If Blue plays at "b", Red responds at "c" and then uses Tom's move. Finally, if Blue plays at "c", Red plays as follows:

15324

This move isn't exactly a version of Tom's move, but it does for a 2-5 ladder what Tom's move does for a 2-4 ladder.