Exemplo n.º 1
0
        static void Main(string[] args)
        {
            model.DiceGame g = new model.DiceGame();
            view.Console v = new view.Console();
            controller.Player c = new controller.Player();

            c.PlayGame(g, v);
        }
Exemplo n.º 2
0
        static void Main(string[] args)
        {
            model.DiceGame    g = new model.DiceGame();
            view.Console      v = new view.Console();
            controller.Player c = new controller.Player();

            c.PlayGame(g, v);
        }