CameronJung / ChopperTankFlak

A simple rock-paper-scissors strategy game
0 stars 0 forks source link

The AI should understand target saturation #59

Closed CameronJung closed 2 weeks ago

CameronJung commented 1 month ago

The AI currently acts as though any unit that could be attacked by the player will die. In actuality the player can only destroy so many units per turn. The AI's lack of understanding on this subject contributes to the AI lacking initiative.