Difference between revisions of "User:Mason"

From HexWiki
Jump to: navigation, search
m (Creating user page for new user.)
 
Line 1: Line 1:
 +
== Relative Coordinates ==
 +
This is a coordinate system adapted from [https://senseis.xmp.net/?Coordinates%2FRelativeCoordinates Go] that allows us to talk about important moves in the same way, regardless of board size. We use YX instead of XY because row is more important in Hex, and because we're taking the bottom red edge as our perspective, as is customary. This also most closely resembles how people talk about certain moves already. 4-4 becomes 44. 5-4 becomes 54'.
  
 +
44
 +
<hexboard size="4x4"
 +
  edges="bottom left"
 +
  coords="none"
 +
  contents="R d1"
 +
  />
 +
 +
54'
 +
<hexboard size="5x4"
 +
  edges="bottom right"
 +
  coords="none"
 +
  contents="R a1"
 +
  />
 +
 +
5'4
 +
<hexboard size="5x4"
 +
  edges="top left"
 +
  coords="none"
 +
  contents="R d5"
 +
  />
 +
 +
4'4'
 +
<hexboard size="4x4"
 +
  edges="top right"
 +
  coords="none"
 +
  contents="R a4"
 +
  />
 +
 +
We don't always have to use the smallest number if the reference point for the move is on a different half of the board. Here, stone A could be labeled as 62, but it would be preferable to label it as 8'2 when talking about it in the context of the other two stones, as this is a common opening sequence. Labeling it as 8'2 insures that that pattern is always labeled the same regardless of board size.
 +
 +
<hexboard size="13x3"
 +
  edges="top left bottom"
 +
  coords="none"
 +
  contents="R c2 b5 A:b8"
 +
  />

Revision as of 17:35, 5 March 2023

Relative Coordinates

This is a coordinate system adapted from Go that allows us to talk about important moves in the same way, regardless of board size. We use YX instead of XY because row is more important in Hex, and because we're taking the bottom red edge as our perspective, as is customary. This also most closely resembles how people talk about certain moves already. 4-4 becomes 44. 5-4 becomes 54'.

44

54'

5'4

4'4'

We don't always have to use the smallest number if the reference point for the move is on a different half of the board. Here, stone A could be labeled as 62, but it would be preferable to label it as 8'2 when talking about it in the context of the other two stones, as this is a common opening sequence. Labeling it as 8'2 insures that that pattern is always labeled the same regardless of board size.

A