Testing my A* algorithm. The agent (blue) is collecting apples (green). It cannot move diagonally.
The small coloured circles are nodes in the 'closed set' and the white circles are the nodes in the 'open set'.
Repository is at https://github.com/flyte/runner-chaser
Specific code for this video is at https://github.com/flyte/runner-chase...