Greetings from the Underworld

Debug.Log(“I can read your mind, mortal.”);
Debug.Log(“Think of a number, whelp. I shall use my Genie powers to decipher it.”);
Debug.Log("The highest number shall be: " + max + “, no more, no less”);
Debug.Log("Lowest number shall be: " + min + “, no more, no less.”);
Debug.Log(“I demand to know whether the number is higher or lower than 500.”);
Debug.Log(“Push Up = Higher, Push Down = Lower, Push Enter = Correct”);
max = max + 1;

Privacy & Terms