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.
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.