mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
Add AI idea
This commit is contained in:
@@ -341,6 +341,7 @@ public class PlayerControllerAi extends PlayerController {
|
|||||||
@Override
|
@Override
|
||||||
public List<Card> enlistAttackers(List<Card> attackers) {
|
public List<Card> enlistAttackers(List<Card> attackers) {
|
||||||
// not able yet
|
// not able yet
|
||||||
|
// TODO get best creature that can't attack and check for lethal with it
|
||||||
return Lists.newArrayList();
|
return Lists.newArrayList();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user