Code: Select all
A B C D E F G H J K 9 8 7 6 5 4 3 2 1
1 . . . . . . . . . . . . . . . . . . . 1
2 . . . . . . . . . . . . . . . . . . . 2
3 . . V . . . . . . . . . . . . . . . . 3
4 . . . + . . . . . + . . . . . + W . . 4
5 . . . . . . . . . . . . . . . . . . . 5
6 . . . . . . . . . . . . . . . . . . . 6
7 . . . . . . . . . . . . . . . . . . . 7
8 . . . . . . . . . . . . . . . . . . . 8
9 . . . . . . . . . . . . . . . . . . . 9
K . . . + . . . . . Z . . . . . + . . . K
J . . . . . . . . . . . . . . . . . . . J
H . . . . . . . . . . . . . . . . . . . H
G . . . . . . . . . . . . . . . . . . . G
F . . . . . . . . . . . . . . . . . . . F
E . . . . . . . . . . . . . . . . . . . E
D . . X + . . . . . + . . . . . + . . . D
C . . . . . . . . . . . . . . . Y . . . C
B . . . . . . . . . . . . . . . . . . . B
A . . . . . . . . . . . . . . . . . . . A
A B C D E F G H J K 9 8 7 6 5 4 3 2 1
Note: V, W, X, Y, and Z are just to mark these examples
V is at C3 or C-3
W is at 34 or 3-4
X is at CD or C-D
Y is at 4C or 4-C
Z is at KK or K-K
Coordinates are written as [column]-[row]
The hyphen between the characters is optional, however consistency is recommended
Letters can optionally be written as lower-case, however consistency and upper-case is recommended
The letter "I" was intentionally skipped to avoid confusion
Fuseki examples
(Low Chinese) 44 4C 3J
(High Chinese) 44 4C 4J
(Kobayashi) 44 4C FC KD
(Korean) 44 3D FC 9C
If scaling down to smaller boards, truncate from the center, but use a letter for the central line, e.g., center of 9x9 board is EE, center of 13x13 is GG.
If scaling up to larger boards, extend letters alphabetically and numbers into double-digits. However, hyphen use (or a leading zero) is required to disambiguate.This idea is based on similar systems that also label the board relative to the corners
http://senseis.xmp.net/?AudouardCoordinates
http://senseis.xmp.net/?Rokirovka%2FCoordinates
However, the proposed system has some benefits:
Coordinates are consistently 2 (or 3 if using hyphens) characters for sizes up to 19x19
First moves in the "polite triangle" are naturally labeled (e.g., 33, 34, 44, 35)
Letter vs number distinguishes sides and corners of the board
No additional/special characters are needed disambiguate the corner
Perhaps this idea has been proposed before (since it seems fairly natural), but I haven't found this exact system on Sensei's Library.