https://github.com/chompaa/pathfinding-visualizer
A visualizer for various pathfinding algorithms
https://github.com/chompaa/pathfinding-visualizer
preact
Last synced: about 2 months ago
JSON representation
A visualizer for various pathfinding algorithms
- Host: GitHub
- URL: https://github.com/chompaa/pathfinding-visualizer
- Owner: chompaa
- Created: 2023-06-08T22:12:41.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-02-07T22:15:29.000Z (over 2 years ago)
- Last Synced: 2025-06-16T16:56:02.643Z (about 1 year ago)
- Topics: preact
- Language: TypeScript
- Homepage: https://chompaa.github.io/pathfinding-visualizer/
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Pathfinding Visualizer
## Features
Pathfinding:
- [x] Dijkstra's
- [ ] A star
- [x] Depth first search
Maze generation:
- [x] Recursive divide
## Building & Development
Clone this repository and run `npm run dev` for development. For building, run `npm run build`.