Difference between revisions of "User:Selinger"

From HexWiki
Jump to: navigation, search
(Moved material to a new page.)
Line 1: Line 1:
= Proposed page: Question =
+
= Draft material for "Question" =
 
+
A '''question''' is a move that forces a player to choose between two or more available options in an area of the board. The player can either '''answer''' the question, by playing one of the available responses, or '''not answer''' and [[tenuki|play elsewhere]]. However, if the original question is sufficiently [[forcing move|forcing]], it must be answered right away.
+
 
+
Sometimes a player has a choice of accomplishing one of several different things in a given region, such as: choosing to connect one stone vs. another, connecting more strongly vs. denying the opponent a ladder escape, etc. In such situations, it is often in the player's interest to postpone the choice as long as possible, to keep their options open until they know more about what is going on on the rest of the board. By playing a question, the opponent can sometimes force them to make the choice earlier than they would have liked.
+
 
+
Of course, in some very general sense, ''every'' move is a question, namely the question: "How will you respond to this move?". But usually the term is applied more narrowly in some region of the board that is not quite [[settled region|settled]], where one player plays a move that forces the other player to settle it, or at least significantly simplify it, in one of several ways.
+
 
+
== Example: U-turn ==
+
 
+
Perhaps the simplest example of a question is playing in the center of a [[wheel#U-turn|U-turn]]. The U-turn is the following position, consisting of two [[Multiple_threat#Overlapping_threats|overlapping]] bridges:
+
<hexboard size="3x3"
+
  edges="none"
+
  coords="none"
+
  visible="-a1 c3 c2"
+
  contents="R A:a2 B:c1 C:b3 E *:b2"
+
  />
+
With Blue to move, Red has a choice between connecting A to B or connecting A to C, but Red cannot achieve both of these things simultaneously. By playing in the cell marked "*", Blue asks the question "which or B or C do you want to connect to?"
+
 
+
The following is a position where asking this question is the only winning move for Blue:
+
<hexboard size="4x3"
+
  edges="all"
+
  coords="top left"
+
  contents="R a2 B:a3 C:c2 A:b4 B a1 b2 c4 E *:b3"
+
  />
+
With Blue to move, in the upper part, ''Blue'' gets to choose whether Red connects B or C to the top edge. In the lower part, Blue can force ''Red'' to choose whether to connect B or C to the bottom edge. By playing the question at "*", Blue forces Red to make this choice. If Red chooses B, Blue blocks B on top and vice versa.
+
 
+
== Example: Edge template with two stones ==
+
 
+
Consider the following edge template:
+
<hexboard size="5x8"
+
  coords="hide"
+
  edges="bottom"
+
  visible="area(e1,a5,h5,h1)"
+
  contents="R A:e1 B:g1 E *:f1 *:f3"
+
  />
+
This template has the curious property that, with Blue to move, Red can choose to connect either A or B to the edge, but cannot guarantee to connect them both. (See edge templates [[Fifth_row_edge_templates#V-2-g|V-2g]] and  [[Fifth_row_edge_templates#V-2-g|V-2h]]).
+
+
Blue can ask the question "Which stone to you want to connect?" by playing at either of the cells marked "*". Red does not need to decide right away. For example, in the below diagram, if Blue intrudes at 1 and Red responds at 2, Red still retains the potential to connect either stone. But if Blue then plays at 3, then Blue threatens to cut off A at x or B at y. Red cannot defend both.
+
<hexboard size="5x8"
+
  coords="hide"
+
  edges="bottom"
+
  visible="area(e1,a5,h5,h1)"
+
  contents="R A:e1 B:g1 B 1:f1 R 2:d3 B 3:e2 E x:d2 y:f3"
+
  />
+
Similar, if the game proceeds like in the next diagram, then after move 7, Blue threatens to cut off A at x or B at y, and Red cannot save both connections.
+
<hexboard size="5x8"
+
  coords="hide"
+
  edges="bottom"
+
  visible="area(e1,a5,h5,h1)"
+
  contents="R A:e1 B:g1 B 1:f1 R 2:e2 B 3:f2 R 4:g2 B 5:e4 R 6:e3 B 7:f3 E x:d4 y:g3"
+
  />
+
Of course, there are many other lines of play to consider. If Blue is not careful at each move, Red might be able to connect both A and B. But if Blue plays correctly, Red is eventually forced to answer the question.
+
 
+
== Example: Obtuse corner ==
+
 
+
It is relatively common for a player to occupy the fourth stone on the short diagonal:
+
<hexboard size="11x5"
+
  edges="left bottom"
+
  coords="left bottom"
+
  visible="area(a7,a11,e11,e7)"
+
  contents="R d8"
+
  />
+
One way to ask this stone a question is to play e9:
+
<hexboard size="11x5"
+
  edges="left bottom"
+
  coords="left bottom"
+
  visible="area(a7,a11,e11,e7)"
+
  contents="R d8 B 1:e9"
+
  />
+
Assuming Red wants to reconnect her stone to the edge, she has two main choices. She can either play at c8, gaining more strength on top, or at c10, gaining more strength on the bottom. (There are also several other moves that would reconnect Red, but they are generally no better than c8 or c10).
+
 
+
If Red plays the [[minimax|minimaxing move]] at c8, she connects to the edge by [[edge template IV2a]] and gaining significant [[territory|strength]] toward the top:
+
<hexboard size="11x5"
+
  edges="left bottom"
+
  coords="left bottom"
+
  visible="area(a7,a11,e11,e7)"
+
  contents="R d8 B 1:e9 R 2:c8 S area(c8,b9,a11,d11,d8)"
+
  />
+
In this situation, Red has a 2nd row [[ladder escape]] in the corner, and Blue has a potential 2nd row [[ladder escape fork]]. However, Blue can decide to take away Red's 2nd row ladder escape at the expense of also giving up Blue's ladder escape, by playing like this:
+
<hexboard size="11x5"
+
  edges="left bottom"
+
  coords="left bottom"
+
  visible="area(a7,a11,e11,e7)"
+
  contents="R d8 B 1:e9 R 2:c8 B 3:c9 R 4:d9 B 5:d10 R 6:b9"
+
  />
+
 
+
If Red plays at c10, Red gets less strength towards the top, but gains a 2nd row ladder escape that Blue cannot take away. Blue still gets a 2nd row ladder escape by playing at c9.
+
<hexboard size="11x5"
+
  edges="left bottom"
+
  coords="left bottom"
+
  visible="area(a7,a11,e11,e7)"
+
  contents="R d8 B 1:e9 R 2:c10 S area(d8,c9,b11,c11,d9)"
+
  />
+
  
 +
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.
  
 
== Example: Template intrusion ==
 
== Example: Template intrusion ==
Line 144: Line 52:
  
 
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.
 
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.
 
Also point out that Josekis are essentially sequences of questions and answers.
 

Revision as of 16:03, 27 November 2022

Draft material for "Question"

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.

Example: Template intrusion

Consider the following position, with Blue to move:

abcdefghijk78910117891011

Note that Red is connected to the edge by edge template V2b, as highlighted. Blue would like to intrude into this template to gain strength either on the left or on the right.

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 minimaxing move at h7, which strenghtens Red's position.

abcdefghijk7891011789101121

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:

abcdefghijk7891011789101121

Neither of these outcomes is great for Blue. Instead, what Blue can do is ask the template a question:

abcdefghijk789101178910111

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.

For example, if Red reconnects at e8, then Blue can play e10:

abcdefghijk78910117891011213

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.