Exemplo n.º 1
0
        //Hvad der vises på skræmen
        public Spil()
        {
            Console.WriteLine("Velkommen til Ludo");
            Setdeltager();
            Lavspiller();
            Hvis_spiller();
            this.state = Terningstate.I_spil;
            Skifter();

            Console.ReadKey();
        }
Exemplo n.º 2
0
        } = 56;                                         // til spilleren

        public Spillebrik(int id, Colors colors)
        {
            this.brikid = id;
            this.state  = Terningstate.Hjemme;
            this.color  = colors;
        }