Skip to content

0-harshit-0/maze

Repository files navigation

Maze Generation & Solving

A static web application developed to understand Graphs, Graph traversal and path finding algorithms 🎯


Features

  • PWA enabled, you can install it and play with it even if you are offline.
  • create maze of different size and color.
  • path finding algorithm like Dijkstra(add more in fututre) to solve the maze.

Library used:

This application is using JS(npm version) but if you want to try in case you are a python lover,