Greetings Challenge

I decided to get into the story creation mindset for my outputs!

    Debug.Log("I am the mighty Number Wizard, punny human...");
    Debug.Log("If you want to live you must beat me! \n You must pick a number and I will guess it.");
    Debug.Log("The Lowest you can pick is: " + min);
    Debug.Log("The Highest is: " + max);
    Debug.Log("Let us begin! Is your number " + guess + "?");
    Debug.Log("Push Up = Higher, Push Down = Lower, Push Enter = Correct");

Privacy & Terms