Difference between revisions of "User:GiB"
From HexWiki
m (Creating user page for new user.) |
(→Example 2: fixed a mis-type by me) |
||
| (14 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| + | Test page | ||
| + | <hexboard size="4x4" | ||
| + | contents="E *:a1 E *:b1 E *:c1 E *:d1 E *:a2 E *:b2 E *:c2 R a3 E *:b3 B b4 R c4 E +:a4" | ||
| + | /> <hexboard size="4x6" | ||
| + | coords="none" | ||
| + | edges="bottom" | ||
| + | visible="-area(a1,a3,c1)-f1" | ||
| + | contents="R d1 c2 S red:(b3 a4) E arrow(9):(b3 a4)" | ||
| + | /> | ||
| + | |||
| + | __TOC__ | ||
| + | |||
| + | |||
| + | == Capture patterns == | ||
| + | |||
| + | === Example 1 === | ||
| + | |||
| + | <hexboard size="3x4" | ||
| + | coords="hide" | ||
| + | edges="top" | ||
| + | visible="area(a1,a2,c2,d1)" | ||
| + | contents="R c2 R a2 *:c1 *:b1 *:b2 *:d1 S a1 B a1" | ||
| + | /> | ||
| + | |||
| + | The shaded hex can be any color. | ||
| + | |||
| + | === Example 2 === | ||
| + | |||
| + | <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" | ||
| + | /> | ||
| + | |||
| + | 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
Contents
Capture patterns
Example 1
The shaded hex can be any color.
Example 2
Any blue intrusion can be killed:
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.