Package | Description |
---|---|
agent |
Agent package contains all functions and classes needed to implement agents
for the WIDM-simulator
|
game |
Game package contains all functions and classes needed to organize the game
and show the game in GUI, including starting and end the game, generate
AssignmentEvent, ConversationEvent, EliminationEvent
|
Class and Description |
---|
Agent
This interface contains all classes an Agent needs to function inside the
Game Model
|
AgentImplementation
This is a standard Agent Implementation.
|
Contestant
The Contestant class represents a default contestant.
|
Mole
This simple Mole class can be used to model the mole.
|
Class and Description |
---|
Agent
This interface contains all classes an Agent needs to function inside the
Game Model
|