jawira/a-star

Abstract classes to implement A* (A Star) search algorithm.

Maintainers

👁 jawira

Package info

gitlab.com/jawira/a-star

Issues

pkg:composer/jawira/a-star

Statistics

Installs: 15

Dependents: 0

Suggesters: 0

Stars: 0

v1.1.0 2023-12-25 19:10 UTC

Requires

  • php: ^8.0

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 0ffb8f893753d0f3e95dd602b71f26bb6354219f

pathfindingpath searcha-star

This package is not auto-updated.

Last update: 2026-06-23 07:21:38 UTC


README

This project provides two abstract classes to implement A* (A Star) search algorithm by yourself.

Overview

A is a popular and powerful pathfinding and graph traversal algorithm, widely used in game development, robotics, and AI. This project offers a flexible starting point to build your own A implementation by extending the provided abstract classes.

Example Implementation

Check out a working example based on this project in the Supa Maze repository:

🔗 Supa Maze on GitLab

Phing

👁 buildfile