https://github.com/yjl9903/astar
Visual a* algorithm
https://github.com/yjl9903/astar
astar-algorithm visualization
Last synced: 12 days ago
JSON representation
Visual a* algorithm
- Host: GitHub
- URL: https://github.com/yjl9903/astar
- Owner: yjl9903
- Created: 2022-11-03T13:11:36.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-03T16:06:41.000Z (over 3 years ago)
- Last Synced: 2025-10-14T21:29:05.498Z (9 months ago)
- Topics: astar-algorithm, visualization
- Language: TypeScript
- Homepage: https://astar.pages.dev
- Size: 84 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Star
## Installation
```bash
pnpm install
```
## Usage
```bash
pnpm dev
```
## Build
```bash
pnpm build
```