Initial pass of Exert (lots of things to be improved, but should be good enough to start scripting)

This commit is contained in:
Sol
2017-04-16 20:00:42 +00:00
parent ea91d23bc2
commit 2f9319c420
12 changed files with 114 additions and 31 deletions

View File

@@ -221,6 +221,11 @@ public class PlayerControllerForTests extends PlayerController {
return blockers;
}
@Override
public List<Card> exertAttackers(List<Card> attackers) {
return Lists.newArrayList(attackers);
}
@Override
public CardCollection orderBlocker(final Card attacker, final Card blocker, final CardCollection oldBlockers) {
final CardCollection allBlockers = new CardCollection(oldBlockers);