This is supposed to find the ultimate path between two points, when there are walls blocking the way
Use the package manager pip to install PyGame.
pip install pygame
To execute the program, just type the following command
python3 pathfinder.py
how this works:
1) left click somewhere on the screen for the start node
2) left click somewhere on the screen for the end node
3) add walls by left clicking
4) press space for the algorithm to start
to remove something, right click the block you wish to be removed
press c to reset the game'
Licensed under the MIT License.