https://github.com/paudefclasspy/a-star-path-finding
Pathfinding created with the A* algorithm You can place obstacles, the algorithm will sweep the entire map and find the best path to the specified destination
https://github.com/paudefclasspy/a-star-path-finding
Last synced: over 1 year ago
JSON representation
Pathfinding created with the A* algorithm You can place obstacles, the algorithm will sweep the entire map and find the best path to the specified destination
- Host: GitHub
- URL: https://github.com/paudefclasspy/a-star-path-finding
- Owner: paudefclasspy
- Created: 2021-01-08T12:25:37.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-08T12:28:54.000Z (over 5 years ago)
- Last Synced: 2024-03-17T08:17:55.406Z (over 2 years ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A-Star-Path-Finding
Pathfinding created with the A* algorithm. You can place obstacles and the algorithm will sweep the entire map and find the best path to the specified destination.