Files
processing-projects/pathfinding/README.md
2019-11-28 14:30:07 -06:00

9 lines
545 B
Markdown

# pathfinding
## About
Projects related to pathfinding specifically. Although I studied it for a good bit, I mostly did text-based projects that broke easily outside of the Processing library. Unfortunately, the two projects I did within Processing are very buggy and were in various states of debug.
## Sketches
- **AStarPathfinding_V2** - Second pathfinding attempt with a barely working setup. Will error under certain strange circumstances. Displays a visual representation of the A* pathfinding algorithm as it paths between two points.