eonarheim / AntAICompetition

Simple Ant Hill AI Competition Simulation Server
4 stars 1 forks source link

One ant can kill two ants #25

Closed randombits01 closed 9 years ago

randombits01 commented 9 years ago

If you have 3 ants in a line (XOO) where X is moving right, and both Os are moving left. All 3 ants die. "Swaps" should be evaluated first so there isn't 1 for 2 advantage. This would have better alignment with the intent of the game.

randombits01 commented 9 years ago

This was fixed.