Difference between revisions of "Ladder escape template"

From HexWiki
Jump to: navigation, search
(Copied/adapted page from http://hexwiki.tk)
 
(Added category)
 
(8 intermediate revisions by 5 users not shown)
Line 1: Line 1:
A minimal [[edge template]] which can be used as a [[ladder escape]].
+
A '''ladder escape template''' is a [[pattern]] that can be used as a [[ladder escape]], that is a way of connecting a [[ladder]] to an [[edge]]. For example a stone on a second row will escape a second row ladder. Let's see this in action.
  
* [[Second row|Row-2]] ladders: All of the common edge templates are valid.
+
<hexboard size="2x8"
 +
  coords="hide"
 +
  edges="bottom"
 +
  contents="R a1 R 2:b1 R 4:c1 R 6:d1 R 8:e1 R h1 B 1:a2 B 3:b2 B 5:c2 B 7:d2 B 9:e2"
 +
  />
  
* [[Third row|Row-3]] ladders: Templates [[Template II|II]], [[Template IIIa|IIIa]], and [[Template IVa|IVa]] are valid.
+
When Red's ladder reaches the second row stone on the right, Red will be able to connect to the bottom edge, as follows:
 +
<hexboard size="2x8"
 +
  coords="hide"
 +
  edges="bottom"
 +
  contents="R a1 R b1 R c1 R d1 R e1 R 10:f1 R 12:g1 R h1 B a2 B b2 B c2 B d2 B e2 B 11:f2"
 +
  />
  
* [[Fourth row|Row-4]] ladders: [[Template IIIa]] is valid. Also [[template IVa]] is valid if you can [[double bridge]] to the [[escape piece]] as follows.
+
Edge templates can often be used as ladder escape templates and most of the examples below will look familiar to people who know their edge templates.
  
<hex>R6 C9 Vb3 Vc3 Vd3 Sf2 Vg3 Ha4 Hb4 Hc4 Hd4</hex>
+
There is a technical page on the [[theory of ladder escapes]]; this is not necessary for beginners, who just need to recognise basic ladder escapes and how to use them.
  
[[Red (player)|Red]] can [[jumping|jump]] ahead to the escape template by playing at the marked [[hex (board element)|hex]].
+
Below, the template's carrier is shown in gray, and the projected ladder path in pink.
 +
 
 +
== Second row ladders ==
 +
 
 +
All of the common edge templates are valid. For instance:
 +
 
 +
===[[Template II]]===
 +
<hexboard size="3x8"
 +
  coords="none"
 +
  edges="bottom"
 +
  contents="R a2 b2 c2 d2 B a3 b3 c3 d3 S red:(a2--g2 a3--g3) gray:(g3 h2 h3) R h2"
 +
  />
 +
 
 +
===[[Template IVa]]===
 +
<hexboard size="4x11"
 +
  coords="none"
 +
  edges="bottom"
 +
  contents="R a3 b3 c3 B a4 b4 c4 S red:(a3--f3 a4--f4) gray:area(i1,g2,e4,k4,k2,j1) R i1"
 +
  />
 +
 
 +
 
 +
== Third row ladders==
 +
 
 +
Templates [[Template II|II]], [[Template IIIa|IIIa]], and [[Template IVa|IVa]] are valid.
 +
 
 +
== Fourth row ladders==
 +
 
 +
===[[Template IIIa]]===
 +
Template IIIa is valid.
 +
<hexboard size="5x7"
 +
  coords="none"
 +
  edges="bottom"
 +
  contents="R a2 b2 c2 B a3 b3 c3 S red:(a2--f2,a3--e3) gray:area(f3,d5,g5,g3) R f3"
 +
  />
 +
 
 +
===[[Template IVa]]===
 +
Also template IVa is valid if you can double [[bridge]] to the escape piece as follows.
 +
<hexboard size="6x9"
 +
  coords="none"
 +
  edges="bottom"
 +
  contents="R a3 b3 c3 d3 B a4 b4 c4 d4 S red:(a3--f3 a4--d4 e2--g2) gray:area(g3,e4,c6,i6,i4,h3) E *:f2 R g3"
 +
  />
 +
 
 +
[[Red]] can [[jumping|jump]] ahead to the escape template by playing at the marked cell.
 +
 
 +
== External links ==
 +
* [http://www.drking.org.uk/hexagons/hex/templates.html David King's Hex template page]
 +
 
 +
[[category:ladder]]
 +
[[category:templates]]
 +
[[category:definition]]
 +
{{stub}}

Latest revision as of 21:12, 28 December 2020

A ladder escape template is a pattern that can be used as a ladder escape, that is a way of connecting a ladder to an edge. For example a stone on a second row will escape a second row ladder. Let's see this in action.

246813579

When Red's ladder reaches the second row stone on the right, Red will be able to connect to the bottom edge, as follows:

101211

Edge templates can often be used as ladder escape templates and most of the examples below will look familiar to people who know their edge templates.

There is a technical page on the theory of ladder escapes; this is not necessary for beginners, who just need to recognise basic ladder escapes and how to use them.

Below, the template's carrier is shown in gray, and the projected ladder path in pink.

Second row ladders

All of the common edge templates are valid. For instance:

Template II

Template IVa


Third row ladders

Templates II, IIIa, and IVa are valid.

Fourth row ladders

Template IIIa

Template IIIa is valid.

Template IVa

Also template IVa is valid if you can double bridge to the escape piece as follows.

Red can jump ahead to the escape template by playing at the marked cell.

External links