Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hamidb80/maze-vis
A* BFS DFS visualization
https://github.com/hamidb80/maze-vis
a-star bfs dfs karax nim path-finding-algorithms path-finding-visualizer spa web web-app
Last synced: 13 days ago
JSON representation
A* BFS DFS visualization
- Host: GitHub
- URL: https://github.com/hamidb80/maze-vis
- Owner: hamidb80
- Created: 2024-05-02T20:41:26.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-16T14:21:09.000Z (6 months ago)
- Last Synced: 2024-08-01T19:32:11.247Z (3 months ago)
- Topics: a-star, bfs, dfs, karax, nim, path-finding-algorithms, path-finding-visualizer, spa, web, web-app
- Language: Nim
- Homepage: https://hamidb80.github.io/maze-vis/
- Size: 160 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Maze Solver | A* BFS DFS
## Demo
see demo [here](https://hamidb80.github.io/maze-vis)
![IMG_20240503_235747](https://github.com/hamidb80/maze-vis/assets/33871336/50da7560-6e05-43a8-8899-fced1be7dfa5)## Build
```bash
nimble gen
```## Run
open `./public/index.html`## helpful content
- [BFS](https://courses.cs.washington.edu/courses/cse326/03su/homework/hw3/bfs.html)
- [A* Explained](http://www.redblobgames.com/pathfinding/a-star/introduction.html)## Inspirations
- [PathFinding.js](https://qiao.github.io/PathFinding.js/visual/)
- [pathfinding-visualizer-nu](https://pathfinding-visualizer-nu.vercel.app/)