@nichathan-gaming/map-generator
Version:
Creates and generates a 2 dimensional array with various path generation functions.
40 lines (39 loc) • 961 B
JSON
{
"name": "@nichathan-gaming/map-generator",
"version": "1.0.12",
"description": "Creates and generates a 2 dimensional array with various path generation functions.",
"main": "index.js",
"type": "module",
"author": "Nichathan Gaming",
"license": "ISC",
"files": [
"mapGenerator"
],
"repository": {
"type": "git",
"url": "https://github.com/J-M-Nichols/MapGenerator.git"
},
"homepage": "https://github.com/J-M-Nichols/MapGenerator#readme",
"keywords": [
"JavaScript",
"Map Generation",
"Pathfinding",
"Maze Generation",
"Algorithmic Generation",
"Grid Management",
"Procedural Generation",
"Recursive",
"Randomization",
"Crawling",
"Index Management",
"Value Assignment",
"Game Development",
"Multidimensional Array",
"Path Algorithms",
"Grid Navigation"
],
"dependencies": {
"@nichathan-gaming/assertions": "^1.0.5",
"seedrandom": "^3.0.5"
}
}