/A-Star-Path-Finder

Uses A* search algorithm to determine the shortest path between two nodes on a grid of empty and occupied cells

Primary LanguagePython

A-Star-Path-Finder

Uses A* search algorithm to determine the shortest path between two nodes on a grid of empty and occupied cells. Path searching is visualized using Pygame

Grid Generation Example

Path Searching Example

Shortest Path Example