Package rs.ac.bg.etf.players
Class Goody
java.lang.Object
rs.ac.bg.etf.players.Player
rs.ac.bg.etf.players.Goody
public class Goody extends Player
-
Nested Class Summary
-
Constructor Summary
Constructors Constructor Description Goody()
-
Method Summary
Modifier and Type Method Description Player.Move
getNextMove()
Abstract method for determining the next player move.
Should be overriden.
-
Constructor Details
-
Goody
public Goody()
-
-
Method Details
-
getNextMove
Description copied from class:Player
Abstract method for determining the next player move.
Should be overriden.- Specified by:
getNextMove
in classPlayer
- Returns:
- returns the player's next move
-