Console.WriteLine("Welcome to Cleveland! The goal of the game is to get to the browns stadium before everyone else dose");
Console.WriteLine("While driving,you run into a fork in the road. Which way do you go? Left or Right?");
string selection = Console.ReadLine();
if (selection == "Left") {
Console.WriteLine("You discover the road is closed. You cannot get to the game.Game over!");
} else if (selection == "Right") {
Console.WriteLine("You drive to the right and continue your drive to the game");
Console.WriteLine("In your confusution, a metor falls on you and you have to go to the ER. Game over!");