Information unit pathfinding

So, in the aftermath of the CodeBullet competition I decided to try my hand at rewriting the navigation algorithms. But, looking at this game, I can’t understand why the EMP’s move right on frame 669. I would have thought that they would move up, as they moved right on their last step, and both up and right would take the same number of steps to reach the edge.

Either there’s something I’m not understanding, or there is a bug somewhere.

1 Like

Yes it was a bug, however it is supposed to be fixed now. That match is probably older than the fixes
Main thread about that bug:

1 Like

Phew, that’s good to hear! Thanks a lot! That game was around 3-4 days old, so definitely before the fix.