An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# A Star

## Installation

```bash
pnpm install
```

## Usage

```bash
pnpm dev
```

## Build

```bash
pnpm build
```