Console.WriteLine("welcome to clevenland the goal of the game is to get to the Browns stadium befor everyone else");
Console.WriteLine("while driving you run into a fork in the road. wich way do you go? left or right");
string selection = Console.ReadLine();
if (selection == "Left") {
Console.WriteLine("you discover the road is close game over");
} else if (selection=="Right") {
Console.WriteLine("you drive to the Right and contum youre drive to the game!");
Console.WriteLine("in youre confusion a monster cam and eat you and have go to a nurse");