This week I successfully implemented the A* (A star) algorithm. This will enable the enemies to find the shortest path to a target (usually the player’s avatar). With the basic algorithm in place, I’m thinking of making custom version as well so that the enemies… Read More
comment 0