Tag Archives: a-star

Pathfinding in Caste Break

I recently bumped into this, which is a demo page for a great pathfinding Javascript library. I noticed that none of the offered algorithms works the same way as the one I made for Caste Break, so I’m sharing my implementation here. I don’t know if this algorithm already exists and has a name, or if there’s an easier way to achieve the same thing. If so, please, drop a comment!
Continue reading Pathfinding in Caste Break