Skip to main content

AStar python implementatino

Project description

AStared

This package provide the A* algorithm for any type of coordinates. You can find more information here.

Installation

python3.11 -m pip install AStared

Usage

You can find examples here.

In global lines, you must define 2 functions to interact with your coordinates. And then pass it to the function AStar

These function are :

  • Heuristic estimation to the end node
  • Neighbours giver, that return all valid neightbours that can be reached with only 1 step

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

AStared-0.1.1.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

AStared-0.1.1-py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page