https://github.com/evskii/a-star-pathfinding
A* Pathfinding done in Processing.
https://github.com/evskii/a-star-pathfinding
Last synced: 18 days ago
JSON representation
A* Pathfinding done in Processing.
- Host: GitHub
- URL: https://github.com/evskii/a-star-pathfinding
- Owner: evskii
- Created: 2021-10-03T21:47:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-15T12:38:38.000Z (over 4 years ago)
- Last Synced: 2025-03-05T16:36:41.912Z (over 1 year ago)
- Language: Processing
- Size: 135 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A-Star-Pathfinding made using Processing.
This is an example of how A* Pathfinding works. I used
some online resources to figure out how the algorithm
works and then translated the knowledge over to Processing.
I wanted to challenge myself with the programming and chose
to use Processing as it is a tool I haven't used in a long time.
https://user-images.githubusercontent.com/55562147/137487559-090c16b5-c4bc-4d49-8821-409bdbc478e4.mp4
A* resources I found extremely helpful:
https://medium.com/@nicholas.w.swift/easy-a-star-pathfinding-7e6689c7f7b2
https://www.youtube.com/watch?v=-L-WgKMFuhE&ab_channel=SebastianLague