You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CodingGlad edited this page Dec 31, 2022
·
1 revision
public interface Opponent
This Interface should be used as a template for every opponent that wants to challenge any other opponent in a game of paper soccer. It contains declaration of every method that GameEvaluation.java has to use in order to play the game.
FieldPoint makeMove(SoccerGame game)
Method used for receiving of a move from an opponent.