jawira/a-star
Composer 安装命令:
composer require jawira/a-star
包简介
Abstract classes to implement A* (A Star) search algorithm.
README 文档
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:
Phing
统计信息
- 总下载量: 15
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-11-09