Ejemplo n.º 1
0
        public static void actions()
        {
            string action = Console.ReadLine();

            if (action.Equals("1"))
            {
                Console.WriteLine("*points laser at you*");
            }
            else if (action.Equals("2"))
            {
                Console.WriteLine("IMMA FIRIN MAH LASUHH");
            }
            else if (action.Equals("3"))
            {
                Console.WriteLine("pew");
            }
            else if (action.Equals("q"))
            {
                Robot_Gallery.Gallery();
            }
            else
            {
                Console.WriteLine("error");
            }
            actions();
        }
Ejemplo n.º 2
0
        public static void actions()
        {
            string action = Console.ReadLine();

            if (action.Equals("1"))
            {
                Console.WriteLine("Loop detected ERROR ERROR");
            }
            else if (action.Equals("2"))
            {
                Console.WriteLine("ready to die for your country?? you commie son of a bitch");
            }
            else if (action.Equals("3"))
            {
                Console.WriteLine("the gallery is proudly sponsored by general atomics");
            }
            else if (action.Equals("q"))
            {
                Robot_Gallery.Gallery();
            }
            else
            {
                Console.WriteLine("error");
            }
            actions();
        }
Ejemplo n.º 3
0
        public static void actions()
        {
            string action = Console.ReadLine();

            if (action.Equals("1"))
            {
                Console.WriteLine("Locks on");
            }
            else if (action.Equals("2"))
            {
                Console.WriteLine("*Fires Machinegun*");
            }
            else if (action.Equals("3"))
            {
                Console.WriteLine("*scans area*");
            }
            else if (action.Equals("q"))
            {
                Robot_Gallery.Gallery();
            }
            else
            {
                Console.WriteLine("error");
            }
            actions();
        }
Ejemplo n.º 4
0
        public static void actions()
        {
            string action = Console.ReadLine();

            if (action.Equals("1"))
            {
                Console.WriteLine("*starts dancing*");
            }
            else if (action.Equals("2"))
            {
                Console.WriteLine("Powersmash");
            }
            else if (action.Equals("3"))
            {
                Console.WriteLine("Shoots arm at you");
            }
            else if (action.Equals("q"))
            {
                Robot_Gallery.Gallery();
            }
            else
            {
                Console.WriteLine("error");
            }
            actions();
        }
Ejemplo n.º 5
0
        public static void actions()
        {
            string action = Console.ReadLine();

            if (action.Equals("1"))
            {
                Console.WriteLine("WAAAALLLEeee");
            }
            else if (action.Equals("2"))
            {
                Console.WriteLine("*watches romantic movie with you*");
            }
            else if (action.Equals("3"))
            {
                Console.WriteLine("*throws junk at you*");
            }
            else if (action.Equals("q"))
            {
                Robot_Gallery.Gallery();
            }
            else
            {
                Console.WriteLine("error");
            }
            actions();
        }
Ejemplo n.º 6
0
        public static void actions()
        {
            string action = Console.ReadLine();

            if (action.Equals("1"))
            {
                Console.WriteLine("*shows you hologram of leia");
            }
            else if (action.Equals("2"))
            {
                Console.WriteLine("Tases you");
            }
            else if (action.Equals("3"))
            {
                Console.WriteLine("Beeps Franticaly");
            }
            else if (action.Equals("q"))
            {
                Robot_Gallery.Gallery();
            }
            else
            {
                Console.WriteLine("error");
            }
            actions();
        }
Ejemplo n.º 7
0
        public static void actions()
        {
            string action = Console.ReadLine();

            if (action.Equals("1"))
            {
                Console.WriteLine("Kiss my Shiney Metal Ass");
            }
            else if (action.Equals("2"))
            {
                Console.WriteLine("*steals your wallet*");
            }
            else if (action.Equals("3"))
            {
                Console.WriteLine("*bends Gurter*");
            }
            else if (action.Equals("q"))
            {
                Robot_Gallery.Gallery();
            }
            else
            {
                Console.WriteLine("error");
            }
            actions();
        }
Ejemplo n.º 8
0
        public static void actions()
        {
            string action = Console.ReadLine();

            if (action.Equals("1"))
            {
                Console.WriteLine("Autobots Rollout");
            }
            else if (action.Equals("2"))
            {
                Console.WriteLine("Shilabouf get down from there");
            }
            else if (action.Equals("3"))
            {
                Console.WriteLine("Pew Pew");
            }
            else if (action.Equals("q"))
            {
                Robot_Gallery.Gallery();
            }
            else
            {
                Console.WriteLine("error");
            }
            actions();
        }
Ejemplo n.º 9
0
        public static void Gallery()
        {
            Console.WriteLine("the robots we currently have in the gallery are>");
            string[] sarray  = { "1 = Bender, ", "2 = LaserTurret, ", "3 = MedicBot, ", "4 = MisterGutsy, ", "5 = Optimus Prime, ", "6 = R2-D2, ", "7 = SentryBot, ", "8 = Voltron, ", "9 = Walle-E, " };
            string   message = String.Join("", sarray);

            Console.WriteLine("Which one would you like to view?: {0}", message);
            string choice = Console.ReadLine();

            if (choice.Equals("1"))
            {
                Console.WriteLine("good choice");
                Bender.Choices();
            }
            else if (choice.Equals("2"))
            {
                Console.WriteLine("good choice");
                LaserTurret.Choices();
            }
            else if (choice.Equals("3"))
            {
                Console.WriteLine("good choice");
                MedicBot.Choices();
            }
            else if (choice.Equals("4"))
            {
                Console.WriteLine("good choice");
                MisterGutsy.Choices();
            }
            else if (choice.Equals("5"))
            {
                Console.WriteLine("good choice");
                Optimus_Prime.Choices();
            }
            else if (choice.Equals("6"))
            {
                Console.WriteLine("good choice");
                R2_D2.Choices();
            }
            else if (choice.Equals("7"))
            {
                Console.WriteLine("good choice");
                SentryBot.Choices();
            }
            else if (choice.Equals("8"))
            {
                Console.WriteLine("good choice");
                Voltron.Choices();
            }
            else if (choice.Equals("9"))
            {
                Console.WriteLine("good choice");
                Wall_E.Choices();
            }
            else
            {
                Console.WriteLine("ERROR");
            }
            Robot_Gallery.Gallery();
        }
Ejemplo n.º 10
0
        public static void Main(string[] args)
        {
            Console.WriteLine("Welcome to my robot gallery");
            Console.WriteLine("would you like to view my gallery? yes/no");
            string answer = Console.ReadLine();

            if (answer.Equals("yes"))
            {
                Console.WriteLine("Awesome:)");
                Robot_Gallery.Gallery();
            }
            else if (answer.Equals("no"))
            {
                Console.WriteLine("Thanks for stopping by:(");
            }
        }