public interface VoxAgent
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.
|
void |
setPrefs(int ID,
VoxWorld world)
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.
|
void declareMoves(Country[] countries)
java.lang.String description()
java.lang.String message(java.lang.String message, java.lang.Object data)
java.lang.String name()
void setPrefs(int ID, VoxWorld world)
float version()
java.lang.String youWon()
If you think that you will win a lot please provide many different answers for variety.