top of page
ezgif-2-b1b0eadc401a.gif

Player           Enemy

Path Finding

c#

The purpose of the code is to help enemies in my game to locate the player. It implements A* search algorithm. The original code and demonstration is shown on this page.

bottom of page