Pathfinding algorithm with visualization done in Pygame.
This program finds the shortest path between two points using A* search algorithm done in python. It also includes a visualisation of path finding done using Pygame.
- Python - version 3.7
- Pygame
To run this project download the files and run the code in any interpreter. You will be able to choose staring and end point and also draw additional barriers. Press "Space" to run the visiualization.
List of features ready:
- A* search algorithm done in python.
- Algorithm work visualization in pygame
- Ability to change start and finish points and delate / change barriers
Project finished
Inspired by youtube channel: Tech With Tim
@Piotr Kowalewski - feel free to contact me!