An open API service indexing awesome lists of open source software.

https://github.com/ty0x2333/a-star

A* search algorithm for Cocos Creator.
https://github.com/ty0x2333/a-star

a-star cocos-creator search-algorithm

Last synced: about 2 months ago
JSON representation

A* search algorithm for Cocos Creator.

Awesome Lists containing this project

README

        

# A star
A\* search algorithm for Cocos Creator.

[![license](https://img.shields.io/github/license/ty0x2333/A-star.svg)](LICENSE.md)

a component for the TiledMap to add A star search algorithm support.:beers:

Here you can see the running effect:
[Online Demo](https://ty0x2333.github.io/A-star/)

## Dependencies

- [Cocos Creator v2.4.9](https://www.cocos.com/creator)

## LICENSE
`A star` is available under the MIT license. See the LICENSE file for more info.