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

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.

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.

![asmastar](https://cloud.githubusercontent.com/assets/404393/2896548/a8f6ee34-d56e-11e3-8973-ea8a7c323d5e.png)