Constructor and Description |
---|
Shaft() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
description()
A description of your agent.
|
java.lang.String |
name()
This is the name of your agent.
|
int |
pickCountry()
If the game's preferences are set to allow players to select the initial countries, then the pickCountry() method will be called repeatadly at the beginning of a game, until all the countries have been assigned.
|
java.lang.String |
youWon()
If your agent wins the game then this method will be called.
|
attackPhase, fortifyPhase, moveArmiesIn, placeArmies, version
cardsPhase, cashCardsIfPossible, debug, message, placeInitialArmies, setPrefs
public java.lang.String description()
LuxAgent
description
in interface LuxAgent
description
in class Cluster
public java.lang.String name()
LuxAgent
public int pickCountry()
LuxAgent
If preferences are set to pick the initial countries randomly, then this method will never be called.
pickCountry
in interface LuxAgent
pickCountry
in class Cluster
public java.lang.String youWon()
LuxAgent
If you think that you will win a lot feel free to provide many different answers for variety.