I am trying to implement *a path finding algorithm and create a visualization of it with Python and numpy library
pip3 install pygame
pip3 install numpy
pip install pygame
pip install numpy
python3 main.py
python main.py
exit window - esc
selecting of color - arrow up, arrow down
drawing state - 1
calculating state - 2
final result - 3
- Black = barriers
- Yellow = start
- Blue = end
value (left) - distance from start
value (right) - distance from end
value (center) - distance start + end
Display the optimal route from the starting point to the ending.