Dominion-Strategy-Simulator/player/bots/militia_big_money.py
2018-01-21 03:41:06 -05:00

9 lines
218 B
Python

from player.bot import Bot
class Militia_Big_Money(Bot):
target_card = "Militia"
target_card_threshold = 4
def __str__(self):
return "Player " + str(self.get_player_index()) + " (militia big money bot)"