Exemple #1
0
        private void Finish(Player winner)
        {
            Design.SlowPrint("Player" + winner.Name + "Has won the game!", 70);
            Design.WriteLine("Press 'Any Key' to exit (ONLY that key will work)");
            Console.ReadKey();

            Environment.Exit(0);
        }