PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Vitalij Mik   PHP AStar Algorithm   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP AStar Algorithm
Find the path between two points in a grid with A*
Author: By
Last change:
Date: 7 years ago
Size: 323 bytes
 

Contents

Class file image Download
{ "name": "blackscorp/astar", "description": "AStar path finding implementation in php", "minimum-stability": "dev", "license": "MIT", "authors": [ { "name": "Vitalij Mik", "email": "cccpmik+composer@gmail.com" } ], "autoload":{ "psr-4":{ "BlackScorp\\Astar\\":"src/" } } }