Skip to content

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shortpath

Python implementation of the A* algorithm for searching the shortest way between two points on a 2d plane. Probably one of the most inefficient implementations possible, using node objects and dictioaries for storage.

Build Status

Installation

pip install -r requirements.txt

Usage

python shortpath/astar.py

OR

python -m shortpath

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages