Difference between revisions of "User:GiB"

From HexWiki
Jump to: navigation, search
(Capture patterns)
(Capture patterns)
Line 14: Line 14:
  
 
== Capture patterns ==
 
== Capture patterns ==
 +
 +
=== Example 1 ===
  
 
<hexboard size="3x4"
 
<hexboard size="3x4"
Line 23: Line 25:
  
 
The shaded hex can be any color.
 
The shaded hex can be any color.
 +
 +
=== Example 2 ===
  
 
<hexboard size="3x6"
 
<hexboard size="3x6"
Line 28: Line 32:
 
   edges="top left"
 
   edges="top left"
 
   visible="all - (c3--f3 f2)"
 
   visible="all - (c3--f3 f2)"
   contents="R a3 b3 1:e2 3:e1 5:a2 B b2 f1 2:d2 4:c2 S red:all"
+
   contents="R a3 b3 e2 B b2 f1 S red:all"
 
   />
 
   />
  
All blue pieces are dead, so Red 1 captures the whole area.
+
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"
 +
  />
  
Play on hexboard: https://hexworld.org/board/#9c1,h7h8i7d9e8f8e9g8i8
+
All blue pieces are dead, so Red 1 captures the whole area.
 
+
Also: https://hexworld.org/board/#9c1,h7h8i7f8e8
+

Revision as of 04:54, 3 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.