Quote:
merlinme said:
However it would require building some route finding into the program (taking into account the speed of the army, any difficult terrain, whether the army has flying or sailing, etc.)
|
This is a trivial programming problem for a system where your units don't block each other. An A* search is simple to implement, and takes into account all of these factors.