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.
- Host: GitHub
- URL: https://github.com/anshuthopsee/maze-generator
- Owner: anshuthopsee
- Created: 2023-05-14T03:31:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-16T08:32:14.000Z (almost 2 years ago)
- Last Synced: 2025-02-07T11:52:32.298Z (3 months ago)
- Topics: kruskal, kruskals-algorithm, material-ui, maze, maze-algorithms, maze-generator, maze-visualization, react, recursive-algorithm, recursive-backtracker, recursive-backtracking, recursive-backtracking-algorithm
- Language: JavaScript
- Homepage: https://anshuthopsee.github.io/maze-generator/
- Size: 525 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/