Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dtroupe18/gridworldpathfinder

A* pathfinding in a grid world maze where only straight line moves are allowed. Manhattan distance is used as the heuristic, and various versions of A* were used and analyzed.
https://github.com/dtroupe18/gridworldpathfinder

astar-algorithm gui pathfinding python3

Last synced: 4 days ago
JSON representation

A* pathfinding in a grid world maze where only straight line moves are allowed. Manhattan distance is used as the heuristic, and various versions of A* were used and analyzed.

Awesome Lists containing this project