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

https://github.com/anshuthopsee/maze-generator

A visualising tool for maze generation built with react. Recursive Backtracker and Kruskal's Algorithm used.
https://github.com/anshuthopsee/maze-generator

kruskal kruskals-algorithm material-ui maze maze-algorithms maze-generator maze-visualization react recursive-algorithm recursive-backtracker recursive-backtracking recursive-backtracking-algorithm

Last synced: 23 days ago
JSON representation

A visualising tool for maze generation built with react. Recursive Backtracker and Kruskal's Algorithm used.

Awesome Lists containing this project

README

        

A website built with react that shows maze generation. This site is also an experiment with Material UI.

## Maze generation algorithms used
- Recursive Backtracker.
- Kruskal's Algorithm.

## How to use
- Select the maze generation algorithm. By default its "Recursive Backtracker".
- Then click on the generate button.
- Watch the maze generation happen.

## Features
- Responsive grid layout for screen sizes.
- Rows and columns control.
- Two algorithms for now. More will be added.
- Mobile support.

## Dependencies
- Vite (bundler).
- Material UI.

## Site link
### https://anshuthopsee.github.io/maze-generator/