path2finding / visualizer

Interactive pathfinding visualizer with an emphasis on learning the algorithms 🎓
https://path2finding.com
2 stars 1 forks source link

Move start and end points #49

Closed ShawnToubeau closed 4 years ago

ShawnToubeau commented 4 years ago

This PR allows the user to modify the start and end points on the maze. This is done by toggling the respective button (Move Start Point or Move End Point) in the menu bar which will allow the user to click on a space on the grid and update the type accordingly :)

Screen Shot 2020-03-19 at 12 56 39 PM

10