Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/soul-master/ts-astar-search

Port from https://github.com/bgrins/javascript-astar
https://github.com/soul-master/ts-astar-search

Last synced: about 1 month ago
JSON representation

Port from https://github.com/bgrins/javascript-astar

Awesome Lists containing this project

README

        

# A* search for TypeScript

After checkout, please run the following commands.
```
npm install
npm run build
```

After that, you may run one of the following command to demo code.
```
node index in-1.txt
node index in-2.txt
node index in-3.txt
node index in-4.txt
node index in-5.txt
```

![image](https://user-images.githubusercontent.com/442046/233188303-e61371fc-2a73-4d38-b6b5-2b86c7ac900d.png)

Demo on StackBlitz
https://stackblitz.com/edit/node-3kbhxs