maze3d
Version:
A 3D Matrix Maze Algorithm that uses breadth first search
30 lines (29 loc) • 727 B
JSON
{
"name": "maze3d",
"version": "3.0.2",
"description": "A 3D Matrix Maze Algorithm that uses breadth first search",
"main": "maze3d-es.js",
"scripts": {
"runCommon": "node maze3d-common.js",
"runES": "node maze3d-es.js",
"runCommonExample": "node import-examples/node-common.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/michaelnicol/maze3d.git"
},
"keywords": [
"matrix",
"maze",
"breadth",
"algorithm",
"3d",
"three"
],
"author": "Michael Nicol",
"license": "MIT",
"bugs": {
"url": "https://github.com/michaelnicol/maze3d/issues"
},
"homepage": "https://github.com/michaelnicol/maze3d#readme"
}