public interface Dice
Modifier and Type | Method and Description |
---|---|
int |
roleDice()
roleDice() method signature to implement to implemented classes
|
void |
startGame()
startGame() method signature to implement to implemented classes
|
int |
updateScore(java.lang.String playerName,
int addScore)
update() method signature to implement to implemented classes
|
int roleDice()
int updateScore(java.lang.String playerName, int addScore)
void startGame()