What will be the best algorithm or logic that can be used for game like greedy spiders. As far as I can think it is based on A* algorithm ? Where the shortest path has to be a search between the spider and the flies.
Is there any better logic to implement that game?
I would like to learn the concept behind it. How they will be managing nodes and edges concept?
