Difference between revisions of "User:GiB"

From HexWiki
Jump to: navigation, search
m (Capture patterns)
(Example 2: fixed a mis-type by me)
 
(5 intermediate revisions by 2 users not shown)
Line 14: Line 14:
  
 
== Capture patterns ==
 
== Capture patterns ==
 +
 +
=== Example 1 ===
  
 
<hexboard size="3x4"
 
<hexboard size="3x4"
 
   coords="hide"
 
   coords="hide"
 
   edges="top"
 
   edges="top"
   visible="area(a1,a2,d2,d1)"
+
   visible="area(a1,a2,c2,d1)"
 
   contents="R c2 R a2 *:c1 *:b1 *:b2 *:d1 S a1 B a1"
 
   contents="R c2 R a2 *:c1 *:b1 *:b2 *:d1 S a1 B a1"
 
   />
 
   />
Line 24: Line 26:
 
The shaded hex can be any color.
 
The shaded hex can be any color.
  
 +
=== Example 2 ===
  
Play on hexboard: https://hexworld.org/board/#9c1,h7h8i7d9e8f8e9g8i8
+
<hexboard size="3x6"
 +
  coords="hide"
 +
  edges="top left"
 +
  visible="all - (c3--f3 f2)"
 +
  contents="R a3 b3 e2 B b2 f1 S red:all"
 +
  />
 +
 
 +
Any blue intrusion can be killed:
 +
 
 +
<hexboard size="3x6"
 +
  coords="hide"
 +
  edges="top left"
 +
  visible="all - (c3--f3 f2)"
 +
  contents="R a3 b3 1:e2 3:e1 5:a2 7:a1 B b2 f1 2:d2 4:c2 6:b1 S red:all"
 +
  />
  
Also: https://hexworld.org/board/#9c1,h7h8i7f8e8
+
All blue pieces are dead, so Red 1 captures the whole area
 +
<br>
 +
<br>
 +
reply by [[User:Demer|Eric Demer]]:
 +
<br>
 +
The region becomes red-captured after the ​ ​ ​ blue 2 ​ , ​ red 3
 +
<br>
 +
exchange, but it isn't red-captured before that exchange.
 +
<br>
 +
https://hexworld.org/board/#6x4c1,:pf1:pf3:pc3a3a4e2b2b3
 +
<br>
 +
is a witness position for one of the intrusions.

Latest revision as of 13:16, 8 September 2026

Test page

abcd1234


Capture patterns

Example 1

The shaded hex can be any color.

Example 2

Any blue intrusion can be killed:

7635421

All blue pieces are dead, so Red 1 captures the whole area

reply by Eric Demer:
The region becomes red-captured after the ​ ​ ​ blue 2 ​ , ​ red 3
exchange, but it isn't red-captured before that exchange.
https://hexworld.org/board/#6x4c1,:pf1:pf3:pc3a3a4e2b2b3
is a witness position for one of the intrusions.