/A-Star-Path-Finding

A start path-finding algo. implemented in Python, not really optimized and still has errors!

Primary LanguagePython

A-Star-Path-Finding

A start path-finding algo. implemented in Python, not really optimized and still has errors!

Nodes type

State background
Normal
Blocked █████████
Visited ░░░░░░░░░
Highlighted ▒▒▒▒▒▒▒▒▒
Path ****************
Current CU
Start ST
Goal GO

Execution

simpley just run Engine.py

Screenshot

screenshot