Its main feature is to hold the properties of the game (duplicates allowed, max number of guesses, list of sent attempts, list of received evaluations, state of the game).
Its most interesting method is nextAttempt(int attempt) which sends the guess to the server, retrieves the evaluation and updates the lists and the state of the game.
@author Mathias VĂ©drines
|
|