Uses of Class
games.jotto.players.JottoGuesser

Packages that use JottoGuesser
games.jotto.players   
 

Uses of JottoGuesser in games.jotto.players
 

Subclasses of JottoGuesser in games.jotto.players
 class ComputerGuesser
           
 class HumanGuesser
          This is the Human Guessing Class The method processHumanGuess is called when the human is guessing the model's secret word.
 class RandomComputerGuesser
          This is the Random Computer Guesser class.
 class SmartComputerGuesser
          This is the Computer Guesser class.