Skip to content

pstefa1707/Python-Path-Finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python-Path-Finder

A* Path finder written in python, uses Octile Heuristic to calculate f Values

Dependencies

python 3+ pip install pygame

How to run

Open main.py OR Download Release V1 and open Standalone Executable

Usage

Place wall: W

Remove wall: R

Set start positon: S

Set end positon: E

Start/Cancel simulation: SPACE

Clear Walls: C

Toggle Diagonals: D

Toggle Grid Lines: G

Example

Path Finder