generate-maze
generate-maze copied to clipboard
Maze generator using a JavaScript implementation of Eller's Algorithm
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.1 to 3.14.2. Changelog Sourced from js-yaml's changelog. [3.14.2] - 2025-11-15 Security Backported v4.1.1 fix to v3 [4.1.1] - 2025-11-12 Security Fix prototype pollution issue in yaml...
Removes [tmp](https://github.com/raszi/node-tmp). It's no longer used after updating ancestor dependency [eslint](https://github.com/eslint/eslint). These dependencies need to be updated together. Removes `tmp` Updates `eslint` from 4.19.1 to 9.32.0 Release notes Sourced from...
Feature request #7 Create a more horizontal or vertical maze I only updated the `.ts` file. Tested it from my code by using `npm link`. I will leave updating dependencies,...
Hello, I think I have another feature request. I was revisiting the old article you mentioned in your readme. http://www.neocomputer.org/projects/eller.html The final part of the article briefly highlights something about...