anshuthopsee / maze-generator

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

Home Page:https://anshuthopsee.github.io/maze-generator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/

About

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

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


Languages

Language:JavaScript 96.2%Language:CSS 2.5%Language:HTML 1.3%