public static void Main()
Console.WriteLine("You and your friend decided to rob an ex Veteran Soldier that is now blind. It is night time and you are infront of the house, before you do anything");
Console.WriteLine("your friend informs you that the security alarm would go off if you forcefully break in.");
Console.WriteLine("Your friend told you to either climb through the window and deactivate the Alarm system or either go through the basement at the side of the house");
Console.WriteLine("Should you climb through the WINDOW or head down the BASEMENT?");
string vStart = Console.ReadLine();
vStart = vStart.ToUpper();
else if (vStart == "WINDOW")
Console.WriteLine("When you and your friend walked towards the basement, you notice there is a dog staring at you.");
Console.WriteLine("The dog gave off a vibe that it was going to pounce at you and your friend if you guys took another step closer");
Console.WriteLine("You and your friend decided its best not go even further, you head back to the front of the house");
Console.WriteLine("You decided to climb through the window.");
Console.WriteLine("You are now inside the house and now looking for the Security alarm, you can only enter one room because there is not enough time .");
Console.WriteLine("you either go to the KITCHEN or LOUNGE ROOM, pick the wrong room and its over.");
Console.WriteLine("Go to the KITCHEN or LOUNGE ROOM");
string vLeft1 = Console.ReadLine();
vLeft1 = vLeft1.ToUpper();
else if (vLeft1.ToUpper() == "LOUNGE ROOM")
Console.WriteLine("I can't do that");
Console.WriteLine("You walked to the kitchen, desperately you look around the kitchen to see if there Alarm is there.");
Console.WriteLine("Your friend told you on the walkie talkie that you have 10 seconds left before the alarm goes off.");
Console.WriteLine("Time is up, the alarm goes off and now the law enforcers are coming, your friend bailed on you when he heard the sound of the alarm going off.");
Console.WriteLine("You started to panic and started to bolt to the exit, you slipped and hit your head on a ledge. You fell unconscious.");
Console.WriteLine("When you woke up, you realized you are now in prison.");
Console.WriteLine("Game over!");
Console.WriteLine("Start again? YES/NO");
string vRestart = Console.ReadLine();
vRestart = vRestart.ToUpper();
Console.WriteLine("Program End");
Console.WriteLine("You decided to go into the Lounge Room, desperately searching the Security Alarm you can hear your friend counting down");
Console.WriteLine("You looked around and next to the light switch, you located the Security Alarm");
Console.WriteLine("You quickly run toward it and pushed the red button. You have sucessfully deactivate the Security Alarm");
Console.WriteLine("You let out a sigh of relief but you heard footsteps down the corridor");
Console.WriteLine("you have dropped your walkie talkie on the other side of the room when you ran towards the Alarm, so you can't confirm if it is your friend");
Console.WriteLine("You have two options: either go into the room where there are clothes and could hide there, or stand still and see who is coming");
Console.WriteLine("Go in the CLOSET or STAND STILL");
choice = Console.ReadLine();
choice = choice.ToUpper();
Console.WriteLine(" You quickly crawl into the closet and hid underneath the pile of clothes, you waited for a moment..");
Console.WriteLine(" When you thought the coast was clear, you were about to head out but someone entered the room");
Console.WriteLine(" You put your hands over your mouth as you see your friend's body being dragged across the floor by someone");
Console.WriteLine(" As you watch the man drop your friend body off, he enters the room where you are located. he revealed a small vault");
Console.WriteLine(" You saw some cash when he opened it, and when the man finished using it, he relocked it.");
Console.WriteLine(" He left the room...");
Console.WriteLine("You let out a small cry because you saw your friend lifeless body being dragged. You got back on your foot");
Console.WriteLine("You remembered the code that the man entered to open the vault. You have two options");
Console.WriteLine("To Open the Vault and grab the stash and run away, leaving your friend's lifeless body in the house");
Console.WriteLine("Or call the police which will arrest the man and you will also get in trouble");
choice2 = Console.ReadLine();
choice2 = choice2.ToUpper();
if (choice2 = "OPEN VAULT")
Console.Write("You open the Vault and grabbed the money, you quickly head towards the door and sucessfully escaped.");
Console.WriteLine("you left your friend back at the house.");
Console.WriteLine("You chosed the surviving ending");
Console.WriteLine("You ran towards the Security Alarm and pressed the Red button, the law enforcers are heading your way");
Console.WriteLine("30 minutes past");
Console.WriteLine("The Blind man was arrested and you were also arrested, your friend body was burried at a century, you were allowede to attend to the funeral");
Console.WriteLine("You chosed the Sad ending");
Console.WriteLine("You decided to stay and stand where you are, someone enter the room and it wasn't your friend,");
Console.WriteLine("It was the blind man, you saw something that made you scream. It was your friend's lifeless body being dragged by him");
Console.WriteLine("The old man heard you and pointed a revolver at you, before you say anything you get shot in the head.");
Console.WriteLine("Game over!");
Console.WriteLine("Start again? YES/NO");
string vRestart = Console.ReadLine();
vRestart = vRestart.ToUpper();
Console.WriteLine("Program End");