Tech demo game using A* algorithm

Опубликовано: 29 Июль 2026
на канале: Flyte
213
3

A simple 'game' to explore the use of the A* search pathfinding algorithm.

The end score of this game was 43 to the runner (blue) and 8 to the chaser (red) except the chaser won by catching the runner.

There are clearly some performance issues here, but my real goal was just to learn about pathfinding.

Repository for the code is at https://github.com/flyte/runner-chaser
This specific version is at https://github.com/flyte/runner-chase...