public static void Main()
Console.WriteLine("Wazzup");
Console.WriteLine("I mean i'm a bored and lonely program\nWe could have some fun if you're up to it I guess");
Console.WriteLine("You're not bored, are you?");
Console.WriteLine("Imma take that as a yes\nHmph");
Console.WriteLine("Well what can we do here...");
Console.WriteLine("What about you pick a number and I try to guess it?\nDon't judge me im just a program made by some guy bored in art\nJust type the number whenever you feel like it I guess");
num = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("This is useless, I already know the number\nI mean im programmed into this game jeez");
Console.WriteLine("Hmm...");
Console.WriteLine("Hm? You want me to prove I know what your number is?\nI know you didnt say that but I'm bored again and you're no fun\n1 is yes and 2 is no btw");
option = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("To be honest I dont really care that you picked no");
Console.WriteLine("Oh wait you actually picked yes?");
Console.WriteLine("Well you typed " + num);
Console.WriteLine("Jeez you dont talk much eh?\nWhat you want me to keep this going for enough time to show you ads and get money?");
Console.WriteLine(" ______________________ ");
Console.WriteLine("/ |");
Console.WriteLine("| Buy (Insert Product |");
Console.WriteLine("| here) |");
Console.WriteLine("| TODAY! |");
Console.WriteLine("|______________________|");
Console.WriteLine("Loading Override... " + loading);
Console.WriteLine("I'm getting bored of writing Console.WriteLine() so I don't really know what else I can do");
Console.WriteLine("For anyone thinking this game is going anywhere, it's not btw");
Console.WriteLine("Ok seriously I'm really bored of writing code, and I wasn't joking about this actually going nowhere");
Console.WriteLine("Override removal..." + loading2);
Console.WriteLine("Why are you still here?");
Console.WriteLine("Do you actually want something out of this..?");
Console.WriteLine("Okok fine, I'll make a new game, and this one won't branch off into the same thing");
Console.WriteLine("Ok how about we play a choice game and after the game is over I'll tell you how you did\nFirst Question, for all of these 1 will be the top choice and 2 the bottom");
Console.WriteLine("There aren't any rules except that if you pick 3 the game will break (No literally I'm not kidding), just pick what you think");
Console.WriteLine("First question");
Console.WriteLine("You're walking by a house that seems strangely familliar but you cant pinpoint it, do you;");
Console.WriteLine("1. Go in\n2. Keep walking");
choice1 = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("Hm ok, well if you saw a dog on the side of the road would you;");
Console.WriteLine("1. Pet it\n2. Leave it alone");
choice2 = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("Ok, sounds good, thanks for your input :D");