We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
public class HumanOpponent implements Opponent
This opponent is used as a form of human input. It can be used to try the game on your own.
@Override public FieldPoint makeMove(SoccerGame game)
Method used for receiving of a move from human from console.
game
public OpponentType getType()
Getter for value of OpponentType.
public String getName()
Getter for name of opponent.
@Override public GoalLocationType getGoalLocation()
Getter for value of GoalLocation.