Constructor and Description |
---|
Boscoe() |
Modifier and Type | Method and Description |
---|---|
void |
cardsPhase(Card[] cards)
The cardsPhase method is called at the very beginning of your agent's turn.
|
java.lang.String |
description()
A description of your agent.
|
java.lang.String |
name()
This is the name of your agent.
|
java.lang.String |
youWon()
If your agent wins the game then this method will be called.
|
attackPhase, placeArmies
fortifyPhase, moveArmiesIn, pickCountry, version
cashCardsIfPossible, debug, message, placeInitialArmies, setPrefs
public void cardsPhase(Card[] cards)
LuxAgent
If your agent ever returns from the cardsPhase() method and still has more than 5 cards,
enough sets will be automatically cashed to bring you to under five cards.
cardsPhase
in interface LuxAgent
cardsPhase
in class SmartAgentBase
public java.lang.String description()
LuxAgent
description
in interface LuxAgent
description
in class Yakool
public java.lang.String name()
LuxAgent
public java.lang.String youWon()
LuxAgent
If you think that you will win a lot feel free to provide many different answers for variety.