Implementation of the a-star pathfinding algorithm using p5.js library.
| control | function |
|---|---|
| click: | place start tile |
| F + click | end/finish tile |
| W + click | wall tile placed in 3x3 |
| D + click | deletes placed tiles in 3x3 |
| enter | start path finding |
To use, download files and open index.html in your browser of choice!
happy pathfinding :)