https://github.com/aleksandrhovhannisyan/a-star-visualization
Visualization of the A* pathfinding algorithm in JavaScript
https://github.com/aleksandrhovhannisyan/a-star-visualization
a-star-algorithm javascript
Last synced: 3 months ago
JSON representation
Visualization of the A* pathfinding algorithm in JavaScript
- Host: GitHub
- URL: https://github.com/aleksandrhovhannisyan/a-star-visualization
- Owner: AleksandrHovhannisyan
- Created: 2024-12-29T18:53:01.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-30T01:50:33.000Z (over 1 year ago)
- Last Synced: 2025-12-25T19:55:05.384Z (7 months ago)
- Topics: a-star-algorithm, javascript
- Language: TypeScript
- Homepage: https://a-star-pathfinding-algorithm.netlify.app/
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A* Pathfinding Algorithm Visualization
Follow-along of this Coding Train challenge: [#51 — A* Pathfinding Algorithm](https://thecodingtrain.com/challenges/51-a-pathfinding-algorithm)

## Getting Started
1. Clone the repo.
2. Run `corepack enable` to enable corepack.
3. Run `corepack install` to install pnpm.
4. Run `pnpm install` to install dependencies.
5. Run `pnpm dev` to start the local server.