Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 505 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 505 Bytes

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