Skip to content

ckrooss/shortpath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages