Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.html

Please 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. |