asset

package
v0.0.0-...-e5b420f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 15, 2021 License: MIT Imports: 0 Imported by: 2

Documentation

Index

Constants

View Source
const (
	Up = iota
	Down
	Right
	Left
)
View Source
const (
	VerticalWall   = '|'
	HorizontalWall = '-'
	Corner         = '+'
	EmptySpace     = ' '
	StartingPoint  = 'S'
	EndingPoint    = 'E'
	KeyPoint       = 'K'
)

map single props

Variables

View Source
var HorizontalOpenTile = []byte("+   ")
View Source
var HorizontalWallTile = []byte("+---")

map tiles

View Source
var VerticalOpenTile = []byte("    ")
View Source
var VerticalWallTile = []byte("|   ")

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL