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

Sub Combo's #22

Closed Joi179 closed 4 years ago

Joi179 commented 5 years ago

A "Sub Combo" is a Combo that either require an +5 to pick or is a combo on a +3. It should only go for "Sub Combo's" if there are no other Combo's on the board.

JustinReiter commented 4 years ago

Implemented code to follow certain list of priority:

(1) Combos with no counters (2) Sub Combos with no counters (3) Combos with 1+ counters (4) sub combos with 1+ counters

JustinReiter commented 4 years ago

Merged branch into master and appears to work fully.