File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 22
33Interactive pathfinding algorithm visualizer with player functionality. Allows pause and rewind the algorithm's history for in-depth analysis.
44
5- Check out the [ Pathfinding Algorithm Visualizer] ( https://ivan-sem.com/pathfinding_visualizer ) for a live demo.
5+ Check out the [ Pathfinding Algorithm Visualizer] ( https://pathfinding_visualizer. ivan-sem.com/ ) for a live demo.
66
77![ chrome-capture-2024-1-23 (1)] ( https://github.com/baterson/pathfinding-visualizer/assets/13178757/e48db58f-af3c-4770-b8dd-c7a5febb50a3 )
88
@@ -14,6 +14,7 @@ Check out the [Pathfinding Algorithm Visualizer](https://ivan-sem.com/pathfindin
1414
1515## Run locally
1616
17+ Use Node 20.x
1718- ` npm install ` - install dependencies
1819- ` npm run dev ` - run a dev server
1920
You can’t perform that action at this time.
0 commit comments