View Single Post
  #3  
Old November 6th, 2006, 10:11 AM
raynor's Avatar

raynor raynor is offline
Captain
 
Join Date: Jan 2001
Location: Texas
Posts: 830
Thanks: 0
Thanked 0 Times in 0 Posts
raynor is on a distinguished road
Default Re: Infinite combat map

If you are going to allow the combat map to infinitely expand, then it is necessary to modify all the combat code to incorporate the following:

First, defer combat until forces from all surrounding hexes have committed to the battle.

Second, forces entering from different hexes should be placed according to the hexes they entered from.

So, you either use a limited combat map. Or, you alter the combat code to allow 'englobing' attacks. Pick whichever is easiest to implement. :-)
Reply With Quote