Skip to content

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

Notifications You must be signed in to change notification settings

anshuthopsee/maze-generator

Repository files navigation

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