An open API service indexing awesome lists of open source software.

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.

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)

![image](https://raw.githubusercontent.com/lovesaroha/gimages/main/35.png)