Skip to content

Files

Latest commit

author
Olle Jernström
Jan 31, 2022
70c2cc4 · Jan 31, 2022

History

History
27 lines (21 loc) · 633 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 633 Bytes

Pathfinding-Visualization

It's a pathfinging visualization Built in python3 using pygame.

How to run

Clone repo

  • git clone repo
  • install pygame using pip install pygame
  • run command python3 run main.py from terminal

Download Windows Executable

  • Visit ollisco.se
  • Find Pathfinding project
  • Download program

Change Window settings

  • Change Width and Height variable in settings.py

Keybinds

  • 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