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.
- Host: GitHub
- URL: https://github.com/ty0x2333/a-star
- Owner: ty0x2333
- License: mit
- Created: 2016-05-29T17:46:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-07-04T01:18:56.000Z (almost 3 years ago)
- Last Synced: 2024-03-01T23:37:57.834Z (over 1 year ago)
- Topics: a-star, cocos-creator, search-algorithm
- Language: JavaScript
- Homepage: http://ty0x2333.github.io/A-star
- Size: 2.96 MB
- Stars: 84
- Watchers: 14
- Forks: 47
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# A star
A\* search algorithm for Cocos Creator.[](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.