A* pathfinding algorithm using Pygame
Use the package manager pip to install Pygame
python3 -m pip install -U pygame --user
python main.py
LeftMouse - select starting point
RightMouse - select ending point
Space - blank grid
1-6 - randomize grid with obstacles with different density
Enter/Return - start/restart algorithm if both start and end point have been selected
T - switch between manhatten(taxi) and euclidian distance
Up/Down arrows - change speed of program