Installation Code
If you want to run the code, you will need to install Python & PyGame. To learn about how to install python, go to Python.org and download a Python IDLE JetBrains.com. To install PyGame, watch THIS video. After all that, you are ready to run this code! If you want to install the code, click HERE and you will have all the files needed
Code Description
Brief Project Description: This Project was to create an algorithm that would create the shortest path from a selected start and final destination. The user would select the start and ending positions as well as set up barriers to prevent the algorithm from easily getting to the end point
Hard Part of the Project: Setting up the alogorithm to find the shortest path and setting up the path of least resistance. I got around this by googling situations others had come up with.