🌐 nickon437.github.io/pathalgo
- Finding shortest path from starting point to target
- Building/removing wall as obstacle
- Creating maze
- Moving starting point and target
- Re-calculating shortest path as board changes
- Using arrow keys to manually navigate through the board
- Creating board based on initial window's size
- Breath-first search
- Depth-first search
- Random
- Recursive division
- Depth-first search
- Hunt and kill
npm ito setup the app and install dependenciesnpm run devto run codenpm run buildto build a production version
