An open API service indexing awesome lists of open source software.

https://github.com/misterixi/pathfindinganalysis


https://github.com/misterixi/pathfindinganalysis

Last synced: 3 months ago
JSON representation

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.