Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kei-g/tsgraph
- Owner: kei-g
- License: bsd-3-clause
- Created: 2019-05-14T02:20:38.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-03T07:38:05.000Z (8 days ago)
- Last Synced: 2025-02-03T08:31:05.717Z (8 days ago)
- Topics: astar-pathfinding, npm-package, search-algorithm, typescript
- Language: TypeScript
- Homepage:
- Size: 2.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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