Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 372 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 372 Bytes

maze-runner

A React app to find path between two nodes using various algorithms

Setup

npm install

Run

npm run dev

Start and end nodes can be dragged and dropped anywhere on the board

Generate different mazes by clicking the generate maze button

Reset found path by clicking on Reset

Remove all wall nodes from board by clicking on Reset Walls button