Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DEBUG = true
Functions ¶
This section is empty.
Types ¶
type CaveTest ¶
type CaveTest struct {
// contains filtered or unexported fields
}
func NewCaveTest ¶
type FlatWorld ¶
type FlatWorld struct {
// contains filtered or unexported fields
}
func NewFlatWorld ¶
Take seed to be consistent with all the other world types
type MazeArena ¶
type MazeArena struct {
// contains filtered or unexported fields
}
func NewMazeArena ¶
type PerlinArena ¶
type PerlinArena struct {
// contains filtered or unexported fields
}
func NewPerlinArena ¶
func NewPerlinArena(seed float64) *PerlinArena
type SimplexHills ¶
type SimplexHills struct {
// contains filtered or unexported fields
}
func NewSimplexHills ¶
func NewSimplexHills(seed int64) *SimplexHills
Click to show internal directories.
Click to hide internal directories.