Hacker training

Screenshot 2020-02-22 at 17.52.19 PM

void Start()
{
    Terminal.WriteLine("Hello Player");
    Terminal.WriteLine("Do you like to play a game with me?");
    Terminal.WriteLine("It is a word puzzle that will teach you how to hack into passwords.");
    Terminal.WriteLine("Are you interested?");
    Terminal.WriteLine("");
    Terminal.WriteLine("Press 1 for an easy game");
    Terminal.WriteLine("Press 2 for a medium game");
    Terminal.WriteLine("Press 3 for a difficult game");
    Terminal.WriteLine("");
    Terminal.WriteLine("Enter your selection in the next line, please.");
}