1.0.2 • Published 4 years ago

@bdsx/maze-generator v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

@bdsx/maze-generator

image

Command

  • /maze x y z size_x height size_z block_id [path_width]

API Example

import { generateMaze } from '@bdsx/maze-generator';

const structure = generateMaze(50, 4, 50, 'stone', 2);
structure.generate(0, 70, 0); // generate
1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago