https://github.com/magervalp/asmastar
A* pathfinding in 6502 assembler.
https://github.com/magervalp/asmastar
Last synced: about 1 year ago
JSON representation
A* pathfinding in 6502 assembler.
- Host: GitHub
- URL: https://github.com/magervalp/asmastar
- Owner: MagerValp
- Created: 2014-05-06T22:32:00.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-07T20:31:10.000Z (about 12 years ago)
- Last Synced: 2025-03-21T11:50:37.511Z (about 1 year ago)
- Language: C
- Size: 172 KB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
Implementation of [A* pathfinding](http://en.wikipedia.org/wiki/A*_search_algorithm) in 6502 assembler.
More information can be found in the accompanying [blog article](http://magervalp.github.io/2014/05/07/astar-in-asm.html).
Built and tested with [cc65](http://cc65.github.io/cc65/) v2.14.
