JustinReiter / WarLight.AI

AI used for the game Warzone, located at https://www.warzone.com. See how to use this project at the WarLight blog at https://www.warlight.net/blog/index.php/2016/02/the-warlight-ai-goes-open-source/
4 stars 1 forks source link

Fix conflict between picks and gameplay expansion value #23

Closed JustinReiter closed 4 years ago

JustinReiter commented 4 years ago

Currently functions with BonusExpansionValueCalculator and BonusPickValueCalculator both require the use of a function in BotBonus that sets the expansion value for the bonus. This initially called only a single function for getting the value which originally was in Expansion, but switched to Pick. Need to look further into creating full solution and possibly creating new pick value separate from expansion value