Classes
- Maze_Controller
- Maze_Event
- Maze_Player
- Maze_Raycaster
- Maze_Window_Confirm
- Maze_Window_Pause
- Scene_Maze
Methods
(static) my.generateMaze()
Generates a random maze with a depth first algorithm (https://en.wikipedia.org/wiki/Maze_generation_algorithm). Since it's invoked by DataManager, its parameters must be passed with the variables:
Maze.genSize, Maze.genFloor, Maze.genWall and Maze.genTilesetId.
Type Definitions
genFloor
Tile id for the floor of generated maps.
genSize
Size of the generated maps. It will be set from plugin commands (must be >= 4).
genTilesetId
Tileset id for the generated maps.
genWall
Tile id for the wall of generated maps.