I have created an path finding algorithm visuliser using pygame, that shows A* Vs. Dijkstra’s Algorith. the start node,end node and obstacles are all randomly positioned as such in order to evaluate, my algorithms I am constraining the distance between the start and end node (for small, medium and large) and thus need to make the end node eg (10,30,50)