This repository is not active
kbuci/LineFinder
Personal Python project I made over Summer 2017. The user draws lines between the upper right and bottom left corners of the canvas, and the program draws the shortest path around it with straight lines. Implements the A star search algorithm
Python