ZeusWPI / aichallenge

A bot writing contest
https://zeus.ugent.be/bottlebats
9 stars 6 forks source link

Arbiter fix #80

Closed VandorpeDavid closed 8 years ago

VandorpeDavid commented 8 years ago

When multiple marches with the same source and destination where issued in the same turn, the marches got merged by adding the troops together. However, the second (and third, fourth, ...), were not killed off. This meant that the player had a reference to a march that could never die (it wasn't on any road, so not encoutering any other troops), failing a wincondition for the other player (a player can't lose if he has any more marches).

VandorpeDavid commented 8 years ago

Fixes #77

Procrat commented 8 years ago

Wow, very nice find, @VandorpeDavid! I applaud you :clap: