Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pokeb/asi-path-finder
Co-operative path finder (for games) written in Objective-C
https://github.com/pokeb/asi-path-finder
Last synced: 2 months ago
JSON representation
Co-operative path finder (for games) written in Objective-C
- Host: GitHub
- URL: https://github.com/pokeb/asi-path-finder
- Owner: pokeb
- License: other
- Created: 2010-03-02T12:36:40.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-10-28T04:44:42.000Z (about 13 years ago)
- Last Synced: 2023-11-07T17:15:29.055Z (about 1 year ago)
- Language: Objective-C
- Homepage:
- Size: 217 KB
- Stars: 146
- Watchers: 13
- Forks: 25
- Open Issues: 2
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
- awesome - asi-path-finder - Co-operative path finder (for games) written in Objective-C (etc)
- awesome - asi-path-finder - Co-operative path finder (for games) written in Objective-C (etc)
README
# About ASIPathFinder
ASIPathFinder is a complete implementation of a cooperative path finding algorithm, and will probably be most useful for writing Real Time Strategy games. It is written in Objective-C, and is compatible with Mac OS and iPhone OS.
An overview explanation of ASIPathFinder is available at: [http://allseeing-i.com/ASIPathFinder](http://allseeing-i.com/ASIPathFinder).