Hex Map Addressing

32 thoughts
last posted Feb. 17, 2015, 1:52 a.m.

9 earlier thoughts

0

In one case, this is still trivial. If we're on a hex ending in a 0 the same-level hex in direction d has an address just replacing the 0 with d. For example: the hex in direction 2 from [3, 5, 0] is [3, 5, 2].

22 later thoughts