public static void Main()
Console.Write("Please enter a name for the main character: ");
string userInput = Console.ReadLine();
Console.Write("please enter a name for their friend: ");
string userInput2 = Console.ReadLine();
Console.Write("please enter a type of animal: ");
string userInput3 = Console.ReadLine();
Console.Write("please enter a food that your animal usually eats: ");
string userInput4 = Console.ReadLine();
string myString = "the adventures of ";
Console.WriteLine(myString + userInput);
Console.WriteLine("CHAPTER 1");
Console.WriteLine("Once there was a "+ userInput3 +" named "+ userInput2 +".");
Console.WriteLine("but "+ userInput2 +" was not a normal "+ userInput3 +",");
Console.WriteLine("they wouldnt eat "+ userInput4 +"!");
Console.WriteLine("they where also very stubborn, so even if they where starving they would not eat the "+ userInput4 +" .");
Console.WriteLine(""+ userInput2 +"'s parents begged them to eat something, but they just wouldnt.");
Console.WriteLine("Just try it said "+ userInput2 +"s mother, you might like it!");
Console.WriteLine("and their best friend "+ userInput +" (me) are very concerned about my friends health.");
Console.WriteLine("and so I decided to go off into the world and find somthing that "+ userInput2 +" would eat.");
Console.WriteLine("The very next day I went out into the woods in search of somthing my friend would eat.");
Console.WriteLine("CHAPTER 2");
Console.WriteLine("After many, many days I am still was in the woods. I feel as if I am going in circles, but then I saw a light through the trees.");
Console.WriteLine("I ran towards it, eager to see the light of day again, and hoping it was a village, and found that, indeed it was a village. ");
Console.WriteLine("the only problem was that no'one lived in it. the streets where bare and the windows where nailed shut.");
Console.WriteLine("I shuddered and quickly moved through the long dusty alleyways jumping at every small sound, the occasional creak of a door, skitter of a mouse whoosh of the wind through the trees.");
Console.WriteLine("The sky was dimming and the stars where begining to come out, just wondering what would be out and about in this town made me shudder,");
Console.WriteLine("But I knew I had to bunk in one of the houses for the night.");
Console.WriteLine("I turned the nob on the door of the leadt creepy house that I could find, and not to my suprise it was locked. From the inside.");
Console.WriteLine("I sighed and sat down on the doorstep and stared at my feet. I would never find my way out of this place.");
Console.WriteLine("On the ground there was a small, strangely shaped stick.");
Console.WriteLine("suddenly an idea popped into my head, i picked up the stick and looked at it closely, yes this will do.");
Console.WriteLine("I stuck the stick into the keyhole and slowly turned it, hoping against hope that it might work.");
Console.WriteLine("*click* the door popped open and, triumphantly I strode into the house.");
Console.WriteLine("But my walk was not so triumphant as i saw the inside of the house,");
Console.WriteLine("there where multiple holes in the floor and holes in the walls, the entire house smelled of decay, and mold. ");
Console.WriteLine("after i took it all in I slowly crept up the rotting stairs and opened the first door i saw, ");
Console.WriteLine("inside there was a bed with white sheets which seemed pretty clean... but honestly, I was so tired I didnt even care. ");
Console.WriteLine("I crawled into bed and immediatly fell into a dreamless sleep.");
Console.WriteLine("but then I awoke and then I heard this scratchy, slithery voice that said, who dare enter the roo of the damned! then out of the closet it came... ");
Console.WriteLine("to be continued...");