Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whiteboxdev/example-a-star
Example of the A* algorithm and pathfinding.
https://github.com/whiteboxdev/example-a-star
defold pathfinding tutorial
Last synced: 25 days ago
JSON representation
Example of the A* algorithm and pathfinding.
- Host: GitHub
- URL: https://github.com/whiteboxdev/example-a-star
- Owner: whiteboxdev
- License: zlib
- Created: 2021-08-03T14:47:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-15T19:37:33.000Z (7 months ago)
- Last Synced: 2024-05-17T06:14:02.291Z (7 months ago)
- Topics: defold, pathfinding, tutorial
- Language: Lua
- Homepage: https://whiteboxdev.github.io/bundles/example-a-star/index.html
- Size: 413 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A*
Example of the A* algorithm and pathfinding.
Play with the interactive HTML5 demo:
https://whiteboxdev.github.io/bundles/example-a-star/index.htmlPlease click the ☆ button on GitHub if this repository is useful or interesting. Thank you!
![alt text](https://github.com/whiteboxdev/example-a-star/blob/main/assets/thumbnail.png?raw=true)
## Controls
| Control | Description |
| ------- | ----------- |
| Left Click | Swap weighted, wall, and floor tiles. |
| Right Click | Swap start, end, and floor tiles. |
| Enter | Run the A* algorithm. |
| Space | Clear all tiles. |