Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Up = direction{1, 0} Down = direction{1, 2} Left = direction{0, 1} Right = direction{2, 1} UpperRight = direction{2, 0} UpperLeft = direction{0, 0} LowerRight = direction{2, 2} LowerLeft = direction{0, 2} Middle = direction{1, 1} )
View Source
var Coords bool
View Source
var Verbose bool
Global flags
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.