Constructor and Description |
---|
Boring() |
Modifier and Type | Method and Description |
---|---|
void |
declareMoves(Country[] countries)
Each turn this method is called for the agent to send his moves to the VoxWorld.
|
java.lang.String |
description()
A description of your agent.
|
java.lang.String |
message(java.lang.String message,
java.lang.Object data)
This method may be used in the future to send notifications to the VoxAgent.
|
java.lang.String |
name()
This is the name of your agent.
|
int |
pickCountry() |
void |
setPrefs(int newID,
VoxWorld theworld)
At the start of the game your agent will be constructed and then the setPrefs() method will be called.
|
float |
version()
The version of your agent.
|
java.lang.String |
youWon()
If your agent wins the game then this method will be called.
|
public void declareMoves(Country[] countries)
VoxAgent
declareMoves
in interface VoxAgent
public java.lang.String description()
VoxAgent
description
in interface VoxAgent
public java.lang.String message(java.lang.String message, java.lang.Object data)
VoxAgent
public java.lang.String name()
VoxAgent
public int pickCountry()
public void setPrefs(int newID, VoxWorld theworld)
VoxAgent
public float version()
VoxAgent
public java.lang.String youWon()
VoxAgent
If you think that you will win a lot please provide many different answers for variety.