path2finding / visualizer

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

Modify Maze #17

Closed uptonm closed 4 years ago

uptonm commented 4 years ago

To construct or remove walls on the 2-dimensional grid that the pathfinding algorithm must go around to reach the end.

ShawnToubeau commented 4 years ago

Closing this issue, taken care of in this PR https://github.com/path2finding/visualizer/pull/47