public class GameStarter
extends java.lang.Object
| Constructor and Description |
|---|
GameStarter() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
main() method is a start point
Player class object will be created with Dice interface reference when we start the game
|