https://github.com/qeffects/lua-astar
An A* implementation for Typescript to lua.
https://github.com/qeffects/lua-astar
Last synced: about 1 month ago
JSON representation
An A* implementation for Typescript to lua.
- Host: GitHub
- URL: https://github.com/qeffects/lua-astar
- Owner: qeffects
- License: mit
- Created: 2021-09-09T11:50:02.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-05-29T00:10:37.000Z (about 4 years ago)
- Last Synced: 2025-09-05T15:12:24.139Z (10 months ago)
- Language: TypeScript
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A Typescript To Lua A* pathfinding library
Uses my Priority List implementation