Pathfinding V1
What is pathfindingV1 ?
This program is my very first path finding program, using python and turtle for graphic rendering.
How is it working ?
This program is working using my own A* pathfinding algorithm implementation.
An example
In green, the starting point, in yellow the goal, in blue the path and in red the obstacles.
Notes:
- Obstacles amount is asked when you start the program.
- You can re-launch a simulation by pressing 'r' on your keyboard.
How do I install it
If you have git installed on your device, just type git clone https://github.com/NeiiZun/PathfindingV1
. Otherwise, you can download it on the top right of the website.
How do I run it ?
python main.py
Note : There is no third-party dependencies needed.