public class ComputerPlayer extends Player
Constructor and Description |
---|
ComputerPlayer(Game game,
User user,
java.lang.String color) |
Modifier and Type | Method and Description |
---|---|
void |
doMove()
Calls the function to generate a move based on the difficulty level of the computer player.
|