Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 988 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 988 Bytes

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,