예제 #1
0
        public void Init()
        {
            //do stuff
            gForm = new GameForm();
            // generate world and everything in it
            GenerateWorld();
            //populate world
            //set end condition

            //look();
            clearOutputText();
            // show plot
            AddOutputMessage(Story.getStory());
            AddOutputMessage("This where you begin your adventure...");
        }