Ejemplo n.º 1
0
        public static void Main(string[] args)
        {
            Intro.Display();
            Intro.StartGame();
            Intro.GenderType();
            Intro.CompellingStory();

            Planet.PlanetInfomaton();

            new Main_Class().Run();
        }
Ejemplo n.º 2
0
        //this code will help run the program
        public void Run()
        {
            var quitReason = EventLoop();

            Intro.ClosingMessage(quitReason);
        }