It's a pathfinging visualization Built in python3 using pygame.
- git clone repo
- install pygame using
pip install pygame
- run command
python3 run main.py
from terminal
- Visit ollisco.se
- Find Pathfinding project
- Download program
- Change Width and Height variable in settings.py
- LMB: Draw walls
- RMB: Remove walls
- S: place start
- G: place Goal
- R: Random wall pattern (The chance for a node to become a wall specified in settings.py)
- SPACE: Start
- Q:Reset