Console.WriteLine("----The_Game_of_Chance_and_Stratigy----");
Console.WriteLine("Please Type: START : to start playing.");
if (Console.ReadLine() != "START")
Console.WriteLine("It looks like you did not type START, if you wish to end the game type END");
if (Console.ReadLine() == "END")
Console.WriteLine("Welcome to the Game of Chance and Stratigy please enter you name bellow");
string name = Console.ReadLine();
Console.WriteLine("Welcome " + name + " to the Game of blah blah blah blah balh. Whatever, I am not typing that again.");
Console.WriteLine("The goal of the game is to pick cards in certain orders in oder to beat your oppoment.");
Console.WriteLine("Are you Ready? Please type YES or NO");
string ys = Console.ReadLine();
Console.WriteLine("Great! I'll be here to guide you on your way to defeat your first appoment. ON WE GO!");
Console.WriteLine("Don't worry I'll be here to help. ON WE GO!");
Console.WriteLine("Erorr 404: word_not_found:");
Console.WriteLine("Are you Ready? Please type YES or NO");
string sy = Console.ReadLine();
Console.WriteLine("Great! I'll be here to guide you on your way to defeat your first appoment. ON WE GO!");
Console.WriteLine("Don't worry I'll be here to help. ON WE GO!");
Console.WriteLine("Hi.");