https://github.com/baterson/pathfinding-visualizer
  
  
    Pathfinding Algorithm Visualizer with ability to Pause/Rewind during run 
    https://github.com/baterson/pathfinding-visualizer
  
algorithms algorithms-and-data-structures pathfinding pathfinding-algorithms pathfinding-visualizer player svelte sveltekit typescript visualization
        Last synced: 3 months ago 
        JSON representation
    
Pathfinding Algorithm Visualizer with ability to Pause/Rewind during run
- Host: GitHub
 - URL: https://github.com/baterson/pathfinding-visualizer
 - Owner: baterson
 - License: mit
 - Created: 2024-01-16T07:36:18.000Z (almost 2 years ago)
 - Default Branch: main
 - Last Pushed: 2024-12-11T08:31:59.000Z (11 months ago)
 - Last Synced: 2025-04-08T21:51:15.021Z (7 months ago)
 - Topics: algorithms, algorithms-and-data-structures, pathfinding, pathfinding-algorithms, pathfinding-visualizer, player, svelte, sveltekit, typescript, visualization
 - Language: Svelte
 - Homepage: https://pathfinding-visualizer.ivan-sem.com/
 - Size: 364 KB
 - Stars: 45
 - Watchers: 3
 - Forks: 3
 - Open Issues: 0
 - 
            Metadata Files:
            
- Readme: README.md
 - License: LICENSE.txt
 
 
Awesome Lists containing this project
README
          # Pathfinding Algorithm Visualizer
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](https://pathfinding-visualizer.ivan-sem.com/) for a live demo.

## Technologies
- Svelte/SvelteKit
- TypeScript
- Pathfinding Algorithms (A\*, BFS, DFS, Dijkstra)
## Run locally
Use Node 20.x
- `npm install` - install dependencies
- `npm run dev` - run a dev server
## Contribution
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.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE.txt) file for details.