public static void Main()
Console.WriteLine("Hello, welcome to SHIELD.");
Console.WriteLine("My name is Nick Fury");
Console.WriteLine("We heard that you are the best behavior analyst and dedective in the area.");
Console.WriteLine("Now on to business");
Console.WriteLine("We have some intel that there was a spy.");
Console.WriteLine("Your job is to find the spy.");
Console.WriteLine("We have 3 suspects: the medic, the guard, and one of our agents.");
Console.WriteLine("Do you want to ask the suspects or do you already know?");
String sus = Console.ReadLine();
String ans = Console.ReadLine();
if (sus == "yes" || sus == "Yes")
Console.WriteLine("Ok, who do you want to ask first?");
else if (sus == "no" || sus == "No")
Console.WriteLine("Ok do you know who?");
Console.WriteLine("That isn't a answer");
public static void susss(String susss)
Console.WriteLine("You ask the scout what he does every day");
Console.WriteLine("Medic: Your asking what I do every day.");
Console.WriteLine("Medic: I do nothing because not everyday someone gets injured.");
Console.WriteLine("Medic: Then I do paperwork and go home.");
Console.WriteLine("Guard: I go by my shift.");
Console.WriteLine("Guard: Guard the entrance until 3:00 pm then eat lunch late.");
Console.WriteLine("Guard: Then I go back to my station until 9:00 pm, then I go home.");
Console.WriteLine("Agent: I complete my paperwork.");
Console.WriteLine("Agent: Then I wait my orders and mostly play on my phone.");
Console.WriteLine("Agent: Then at 6:00 , I go home.");
public static void killer(String killer)
Console.WriteLine("So, now you know their story, I trust that you know the culprit.");
String RealKiller = Console.ReadLine();
Console.WriteLine("Medic: I can't be the spy because I literally help your injured.");
Console.WriteLine("You: So can you please explain what you were doing on your free time.");
Console.WriteLine("Medic: *visibly sweating*");
Console.WriteLine("Medic: Umm... I....");
Console.WriteLine("Medic: Well you caught me welp see you never.");
Console.WriteLine("Medic: *jumped of the window and dissapears*");
Console.WriteLine("Guard: I can't be the spy during my shifts I stopped multiple unauthorized people coming in.");
Console.WriteLine("Nick: I see, you are obviously wrong.");
Console.WriteLine("Nick: He even told you his full schedule and you can check if he was lying");
Console.WriteLine("Well, I guess even the best can fail.");
Console.WriteLine("Agent: I can't be the spy because you can check if my schedule matches what I say.");
Console.WriteLine("Nick: I see, you are obviously wrong.");
Console.WriteLine("Nick: He even told you his full schedule and you can check if he was lying");
Console.WriteLine("Well, I guess even the best can fail.");