Some preliminary work for minmax
This commit is contained in:
@@ -11,6 +11,8 @@ class AIStats;
|
||||
class AIHints;
|
||||
|
||||
|
||||
namespace AI {
|
||||
|
||||
class AIPlayerBakaB: public AIPlayerBaka{
|
||||
protected:
|
||||
int orderBlockers();
|
||||
@@ -18,7 +20,7 @@ protected:
|
||||
int interruptIfICan();
|
||||
int chooseAttackers();
|
||||
int chooseBlockers();
|
||||
int canFirstStrikeKill(MTGCardInstance * card, MTGCardInstance *ennemy);
|
||||
bool canFirstStrikeKill(MTGCardInstance * card, MTGCardInstance *ennemy);
|
||||
int effectBadOrGood(MTGCardInstance * card, int mode = MODE_PUTINTOPLAY, TargetChooser * tc = NULL);
|
||||
|
||||
|
||||
@@ -61,6 +63,8 @@ protected:
|
||||
int createAbilityTargets(MTGAbility * a, MTGCardInstance * c, RankingContainer& ranking);
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user