User talk:Fjan2ej57w

From HexWiki
Jump to: navigation, search

Hello :D

Here is the way to make a hex board:

 [<][hexboard size=]["3x4"]
 [visible=]["][area(][a3,d3,d1,c1] 
 [)"]//set bondary by vertex
 [edges=]["][bottom]["]//colouring the bottom only
 [coords=]["][none]["]//not showing numbers
 [contents=]["][R c1]["]
 [/>]

then I will get a ziggurat:

 [<][hexboard size=]["6x7"]
 [coords="none"]
 [egdes="bottom"]  
 [visible=]["] 
 [area(a6,g6,g4,f5,e4,d5,c4,b5,a4)]["]
 [contents="R f5 d5 b5"]
 [/>]

a longer rampart :p

some questions about hex

1.Is there a 2nd row ladder escape template that contains only empty cells? (It's equivalent to ask that given enough space, is a 2nd row ladder able to connect itself to the edge. 2.find templates that escape ladders on both sides,e.g.,Edge template II escapes 2nd and 3rd row ladders on both size at the same time. 3.is it possible to get a switchback from a 3rd row ladder? 4.Does single stone 8th row edge template exist? Is there a better way to analyze such templates? 5.is it possible to totally surround a single stone on an infinite board? I.e., to make the group coming from that stone remain bounded. 6.Find the ways to prolong a losing game as much as possible.(or shorten a winning game as much as possible) 7.Which leads to the question that how much space of an empty board would be filled if both sides play optimally.(I guess if n(approaching infinity) is the length of the board, then the game(with or without swap)would end in n^(3/2)•k moves, where k is a constant depending on whether the swap rule is used or not) 8.Bridge ladders are common in actual games, so there must be some conclusions about it, comparing such "interior" bridges to an interval of edge. 9.there is the concept of capture. And it can be used to determine the shape of an edge template. https://www.hexwiki.net/index.php/Theorems_about_templates more complicated and frequently occurring conditions of capturing and their corresponding strategy may be very helpful.

independent subgames

abcdefghijklmn1234567891011121314

In some cases, a game is seperated into two or more independent subgames, just like the example above. In order to win, the only way for red is to connect his group to both sides. On the other hand, if red fails to connect his group to either side, blue is able to connect within that region instead. The board is actually seperated into two independent parts by red stones parallel to his own edge. No matter what happens in one part, the other part won't be affected at all.(except that the question of who would play first in a certain region) The upper part:

abcdefghijklmn12345678

And the lower part:

abcdefghijklmn1234567

Sometimes, the board would be seperated into more than two independent parts. The position below is one example:

abcdefghijklmn1234567891011121314

Now the board is seperated into at least 3 independent parts: 1.

abcdefghijklmn891011121314

2.

abcdefgh12345678

3.

hijklmn12345678

Blue will achieve the final victory if and only if she wins 1 or both 2 and 3. On the other hand, red will win if and only if he wins 1 and either 2 or 3.

It actually doesn't matter what's the relative position of these subgames or how they are interconnected in the original board. What We really care is their logical relationships, that is, the winning condition for both players.

These examples looks more or less artificial, but the phenomen of independent subgames actually occurs quite often in actual game play. By merely identifying such patterns, a game would be much easier to analyze in some cases. The following are some examples with subgames having more vague boundaries.

some thoughts about hex

Beginners are too eager to push ladders. From the attacker's pespective, this seems to oversimplify the game since a ladder could be used in potentially different ways. And for the defender, it's generally better to play elsewhere until the ladder becomes threatening enough. The opponent may get inappropriate advantages from any kind of overreaction.

abcdefghijk123456789101187615423

As shown above, after red's c2, blue didn't swap and played d8. It's not good in general to handle the ladder in such early stage of the game. By defending this ladder, red has actually assumed the solid connection between d8 and the right edge. On the other hand, by pushing the ladder, blue has not only assumed this, but also that he gets a 2nd row ladder escape on the top, which is currently not the case.

Finding all 2nd row ladder escapes may be at least as hard as finding all 3rd row ladder escapes. Consider the following position with blue to move:

Red's ladder stone marked "↑" is already connected to the top edge. The connection is not shown, but it does not use any space on the 2nd and 3rd row, nor any space within the carrier of the potential ladder escape template. Notice that red has a 2nd row ladder at first, and could get a 3rd row ladder to the right of that blue stone in the middle:

1012142468111313579

That means for any 3rd row ladder escape template,we could simply add the pattern below to the left and get a 2nd row ladder escape template:

So there is an injective map from the collection of all 3rd row ladder escape template to the collection of all 2nd row ladder escape template.