Documentation ¶
Index ¶
Constants ¶
View Source
const ( Faint = iota White Red Green BrightGreen Blue Yellow Magenta Cyan WallColor WaterColor = Blue PlayerColor = BrightGreen Ghost = Red Char Nothing WallPortrait = '#' WaterPortrait = '~' PlayerPortrait = 'P' GhostPortrait = 'G' Win = 1 Lost = -1 Gaming = 0 GhostSpeed = time.Second / 3 // 幽灵移动速度,time.Second / 3 代表每秒移动 3 步 )
Variables ¶
This section is empty.
Functions ¶
func IsAlphanumeric ¶ added in v0.0.3
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.