Package | Description |
---|---|
squidpony.squidgrid.mapping |
Tools specifically for generating maps and placing content in them, usually working with 2D char arrays.
|
Modifier and Type | Field and Description |
---|---|
static Terrain |
Terrain.CLOSED_DOOR |
static Terrain |
Terrain.EMPTY_SPACE |
static Terrain |
Terrain.ENTRANCE |
static Terrain |
Terrain.EXIT |
static Terrain |
Terrain.FLOOR |
static Terrain |
Terrain.LIQUID |
static Terrain |
Terrain.OPEN_DOOR |
static Terrain |
Terrain.WALL |
Modifier and Type | Method and Description |
---|---|
Terrain[][] |
ClassicRogueMapGenerator.create()
Builds and returns a map in the Classic Rogue style.
|
Copyright © 2012–2016. All rights reserved.