A website built with react that shows maze generation. This site is also an experiment with Material UI.
- Recursive Backtracker.
- Kruskal's Algorithm.
- Select the maze generation algorithm. By default its "Recursive Backtracker".
- Then click on the generate button.
- Watch the maze generation happen.
- Responsive grid layout for screen sizes.
- Rows and columns control.
- Two algorithms for now. More will be added.
- Mobile support.
- Vite (bundler).
- Material UI.