https://github.com/lovesaroha/maze-generator
A maze can be generated by starting with a predetermined arrangement of cells (most commonly a rectangular grid but other arrangements are possible) with wall sites between them.
https://github.com/lovesaroha/maze-generator
algorithm canvas html javascript maze-generator stack
Last synced: 9 months ago
JSON representation
A maze can be generated by starting with a predetermined arrangement of cells (most commonly a rectangular grid but other arrangements are possible) with wall sites between them.
- Host: GitHub
- URL: https://github.com/lovesaroha/maze-generator
- Owner: lovesaroha
- License: gpl-3.0
- Created: 2021-09-15T18:28:07.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-01T11:22:09.000Z (about 4 years ago)
- Last Synced: 2025-01-12T19:23:31.304Z (11 months ago)
- Topics: algorithm, canvas, html, javascript, maze-generator, stack
- Language: CSS
- Homepage: https://js.lovesaroha.com/Maze-Generator
- Size: 471 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Maze-Generator Algorithm
A maze can be generated by starting with a predetermined arrangement of cells (most commonly a rectangular grid but other arrangements are possible) with wall sites between them.
Demo [lovesaroha/Maze-Generator](https://js.lovesaroha.com/Maze-Generator)
