https://github.com/misterixi/pathfindinganalysis
https://github.com/misterixi/pathfindinganalysis
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/misterixi/pathfindinganalysis
- Owner: MisterIXI
- Created: 2022-01-10T14:11:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-11T12:47:40.000Z (over 3 years ago)
- Last Synced: 2025-01-13T12:40:54.378Z (5 months ago)
- Language: C#
- Size: 49.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pathfinding Analysis
This project is a simple implementation of the A* pathfinding algorithm. Please do not use this for anything other than learning. It is not optimized for speed but you can use it to understand how the algorithm works.## Dependencies
It's required to use Visual Studio with .NET 6.0 or higher.