1.1.1 • Published 7 years ago

maze-cube v1.1.1

Weekly downloads
1
License
BSD-2-Clause
Repository
github
Last release
7 years ago

Multi dimensional maze generation library. Uses the Kruskal maze generation algorithm.

Provides an object which can be initialized with an argument object, {x:10,y:10,z:5}, with 3 attributes:

x- the number of x axis nodes y- the number of y axis nodes z- the number of levels, vertically aligned

var CubeMaze = require('cube-maze');

var maze = new CubeMaze({x:10,y:10,z:10});
1.1.1

7 years ago

1.1.0

7 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.1

9 years ago

0.0.0

9 years ago