peter1591 / hearthstone-ai

A Hearthstone AI based on Monte Carlo tree search and neural nets written in modern C++.
302 stars 49 forks source link

Check all targetable filter #40

Closed peter1591 closed 7 years ago

peter1591 commented 7 years ago

Check all battlecry --> they should all apply Targetable() filter

Check all spell target --> they should all apply SpellTargetable() filter

peter1591 commented 7 years ago

Fixed in commit: 26fb51bc