Class RandomBotMaker


  • public class RandomBotMaker
    extends CodeMaker
    Estensione di CodeMaker mirata ad una gestione del comportamento del giocatore in maniera casuale.
    Author:
    Francesco Pio Stelluti, Francesco Coppola
    • Constructor Summary

      Constructors 
      Constructor Description
      RandomBotMaker​(int seqLength)  
    • Method Summary

      Modifier and Type Method Description
      java.util.List<ColorPegs> getCodeToGuess()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RandomBotMaker

        public RandomBotMaker​(int seqLength)
    • Method Detail

      • getCodeToGuess

        public java.util.List<ColorPegs> getCodeToGuess()
        Specified by:
        getCodeToGuess in class CodeMaker
        Returns:
        List contenente i ColorPegs validi come sequenza da indovinare