8000 GitHub - cirsteve/maze-cube: Javascript library to create multidimensional mazes
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cirsteve/maze-cube

Folders and files

NameName
8A09 Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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});

About

Javascript library to create multidimensional mazes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0