Esempio n. 1
0
        static void Main()
        {
            Game.StartGame();
            Game.NameCharacter();
            Game.Dialog($"Welcome to the club, {Player.CharacterName}. To begin your adventure, click any key.",
                        "yellow");
            Game.LevelOneScenario();



            Console.Read(); //keep app open
        }