public static void Main()
Console.WriteLine("In this version of the game, you will be asked to enter in three distinct colour choices");
Console.WriteLine("R=Red, G=Green, B=Blue, Y=Yellow");
Console.WriteLine("Are you ready to play (Yes/No)?");
string play = Console.ReadLine();
Random rG = new Random();
Console.WriteLine("Red");
Console.WriteLine("Yellow");
Console.WriteLine("First colour: "+ sC1);
Console.WriteLine("Second colour: "+ sC2);
Console.WriteLine("Third colour: "+ sC3);