Class InteractiveMaker
- java.lang.Object
-
- it.unicam.cs.pa.mastermind.players.CodeMaker
-
- it.unicam.cs.pa.mastermind.players.InteractiveMaker
-
public class InteractiveMaker extends CodeMaker
Particolare estensione diCodeMaker, rappresentante un giocatore umano. Nello specifico l'utente umano può effettuare decisioni ed impartire comandi passando da un'istanza diGameView.- Author:
- Francesco Pio Stelluti, Francesco Coppola
-
-
Constructor Summary
Constructors Constructor Description InteractiveMaker(GameView newView, int seqLength)
-
Method Summary
Modifier and Type Method Description java.util.List<ColorPegs>getCodeToGuess()
-
-
-
Constructor Detail
-
InteractiveMaker
public InteractiveMaker(GameView newView, int seqLength)
-
-
Method Detail
-
getCodeToGuess
public java.util.List<ColorPegs> getCodeToGuess()
- Specified by:
getCodeToGuessin classCodeMaker- Returns:
- List contenente i
ColorPegsvalidi come sequenza da indovinare
-
-