1.1.1 • Published 9 years ago

maze-cube v1.1.1

Weekly downloads
1
License
BSD-2-Clause
Repository
github
Last release
9 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

9 years ago

1.1.0

9 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.1

11 years ago

0.0.0

11 years ago