Interactive pathfinding algorithm visualizer with player functionality. Allows pause and rewind the algorithm's history for in-depth analysis.
Check out the Pathfinding Algorithm Visualizer for a live demo.
- Svelte/SvelteKit
- TypeScript
- Pathfinding Algorithms (A*, BFS, DFS, Dijkstra)
npm install
- install dependenciesnpm run dev
- run a dev server
If you have ideas for improvements or want to contribute to the project, please feel free to fork the repository, make your changes, and submit pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.