Exemple #1
0
        static void Main(string[] args)
        {
            /*    ItemSetup.createItem();
             * foreach(var item in ItemSetup.gear)
             * {
             *     Console.WriteLine(Item.name + Item.type + Item.infomation + Item.hitpoints)
             * }
             * foreach(var item in ItemSetup.health){
             *     Console.WriteLine(Item.name + Item.type + Item.infomation + Item.lifepoints)
             * } */

            /* MethodStore.SplitInput("hallo Maria!"); */

            MethodStore.GameIntroduction();
            for (;;)
            {
                MethodStore.CheckEnemy();
            }
        }
 public static void Talk()
 {
     Console.WriteLine("Greetings, brave adventurer. I'm the Dragon of the sea! I have some good advice for you..." + Environment.NewLine + "In the north you will find the strongest person in this world! At least the strongest enemy." + Environment.NewLine + "Allow me to ask you a question: 'Did you take the chance to slay a Golem yet?'");
     MethodStore.TalkCases();
 }