A* pathfinding implemented in Bur, compiled to a #uxn ROM.
https://github.com/kiedtl/bureaucrat/blob/master/projects/astar.bur#L80
A* pathfinding implemented in Bur, compiled to a #uxn ROM. https://github.com/kiedtl/bureaucrat/blob/master/projects/astar.bur#L80 2 comments
|
Compiled ROM is 14.5kb... so I suppose that's the next thing to work on :P
(Mostly due to issues that are trivial to fix, like not inlining core words, or using JMP/JCN instead of JCI/JMI everywhere, which is why I've been putting it off until now)