Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kei-g/tsgraph

A* search algorithm implementation in TypeScript
https://github.com/kei-g/tsgraph

astar-pathfinding npm-package search-algorithm typescript

Last synced: 5 days ago
JSON representation

A* search algorithm implementation in TypeScript

Awesome Lists containing this project

README

        

# tsgraph [![License][license-image]][license-url] [![npm][npm-image]][npm-url]

[![dependency][depencency-image]][dependency-url] [![maintenance][maintenance-image]][npmsio-url] [![quality][quality-image]][npmsio-url]

[`tsgraph`][github-url] - `A*` search algorithm implementation in TypeScript

## How to use

```shell
npx @kei-g/tsgraph help
```

## CI Status

| Workflow Name | Status |
|:-:|:-:|
| **Build** | [![GitHub CI (Build)][github-build-image]][github-build-url] |
| **CodeQL** | [![GitHub CI (CodeQL)][github-codeql-image]][github-codeql-url] |
| **Example** | [![GitHub CI (Example)][github-example-image]][github-example-url] |

[depencency-image]:https://img.shields.io/librariesio/release/npm/@kei-g/tsgraph?logo=nodedotjs
[dependency-url]:https://npmjs.com/package/@kei-g/tsgraph?activeTab=dependencies
[github-build-image]:https://github.com/kei-g/tsgraph/actions/workflows/build.yml/badge.svg
[github-build-url]:https://github.com/kei-g/tsgraph/actions/workflows/build.yml
[github-codeql-image]:https://github.com/kei-g/tsgraph/actions/workflows/codeql.yml/badge.svg
[github-codeql-url]:https://github.com/kei-g/tsgraph/actions/workflows/codeql.yml
[github-example-image]:https://github.com/kei-g/tsgraph/actions/workflows/example.yml/badge.svg
[github-example-url]:https://github.com/kei-g/tsgraph/actions/workflows/example.yml
[github-url]:https://github.com/kei-g/tsgraph
[license-image]:https://img.shields.io/github/license/kei-g/tsgraph
[license-url]:https://github.com/kei-g/tsgraph/blob/main/LICENSE
[maintenance-image]:https://img.shields.io/npms-io/maintenance-score/@kei-g/tsgraph?logo=npm
[npm-image]:https://img.shields.io/npm/v/@kei-g/tsgraph?logo=npm
[npm-url]:https://npmjs.com/@kei-g/tsgraph
[npmsio-url]:https://npms.io/search?q=%40kei-g%2Ftsgraph
[quality-image]:https://img.shields.io/npms-io/quality-score/@kei-g/tsgraph?logo=npm