Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 623 Bytes

Section-1044.md

File metadata and controls

12 lines (9 loc) · 623 Bytes

Orientation

Orientation of the map. Bit mind-twisting, because the orientation is enumerated counterclockwise (North (0) -> North-West (1) -> West (2) -> ... -> North-East (7) -> North (0) -> ...), but the game circles clockwise (rotation; North -> East -> South -> West -> North -> ...):

Rotation Orientation Direction
0 0 North
1 6 East
2 4 South
3 2 West

Consistent with unit orientation, where also orientation 1, 3, 5 and 7 is valid.