Beispiel #1
0
        static void Main(string[] args)
        {
            var pigDice = new PigDiceGame();

            pigDice.PLAY();
        }
Beispiel #2
0
        static void Main(string[] args)
        {
            var PigDice = new PigDiceGame();

            PigDice.Play100();
        }
Beispiel #3
0
        static void Main(string[] args)
        {
            PigDiceGame pigDice = new PigDiceGame();

            pigDice.Play();
        }