Thread: What now????
View Single Post
  #8  
Old December 8th, 2000, 10:47 PM

Courageous Courageous is offline
Corporal
 
Join Date: Dec 2000
Location: San Diego, Ca, USA
Posts: 61
Thanks: 0
Thanked 0 Times in 0 Posts
Courageous is on a distinguished road
Default Re: What now????

Easy to fix: the AI should perform a target-
value-to-defense ratio, weighted perhaps by
distance to target, and attack the most
valuable targets that also happen to be the
most weakly defended. Attacks could be formed
using some heuristic: for example, the AI
might prefer an X:1 attacker-to-defender
ratio and once this ratio is achieved or
projected, other targets are considered. This
form of AI is actually VERY EASY to implement; more difficult is projecting what
the human player might do and developing an
appropriate response.

C//
Reply With Quote