Skip to content

fyfey/pathfinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pathfinder

A demonstration of the A* pathfinding algorithm

screenshot

Usage

poetry install
poetry shell
python pathfinder.py

Controls

  • Click to place start tile
  • Click to place finish tile
  • Click to toggle walls
  • Space Solve
  • Escape Reset
  • Alt-Click/⌥+Click Toggle tile colour
  • Shift-Click Toggle tile text
  • S Save map Use terminal to enter filename (must have .map extension)
  • L Load map - Use terminal to choose map

About

A* Pathfinding algorithm written in Python and PyGame

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages