The Game – A* Algorithm
Summary I’ve been working on this game called Battlefield One and it has a very simple algorithm for computing the next move that an enemy unit will take in order to reach it’s goal. The algorithm used searched all 6 surrounding hex and eliminates illegal hex points (off the grid or occupied by a unit). … Read moreThe Game – A* Algorithm