jonthysell / Mzinga

Open-source software to play the board game Hive.
MIT License
82 stars 9 forks source link

Core: Mosquito evaluates move types twice #86

Closed jonthysell closed 6 years ago

jonthysell commented 6 years ago

If a Mosquito is touching multiple ants, we run the ant algorithm multiple times. Now it may be that for specific bug types it's no big deal, esp if seeing a same move stops the algorithm, but safer to just make sure to only look once.