Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 476 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 476 Bytes

Path finding Visualization.

Run:

  • Run index.html (I recommend using a LiveServer to run index.html on localhost (sometimes p5JS doesn't load up correctly on raw index.html))

:)

Instructions:

  • Choose a starting point and an ending point.
  • You can draw walls to obstruct the path (Use Remove Walls to remove unwanted walls)
  • Select an algorithm.
  • Click on Visualize!.
  • Press Reset to reset everything
  • Added a maze Generation option too.