Documentation ¶
Index ¶
Constants ¶
View Source
const ( StoneWall rune = '#' DirtFloor = '.' ClosedDoor = '|' OpenDoor = '/' UpStair = 'u' DownStair = 'd' Blank = 0 Pending = -1 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Game ¶
type Level ¶
Click to show internal directories.
Click to hide internal directories.