Number Wizard Greeting

Debug.Log("Hello adventurer, and welcome to Number Wizard!");
Debug.Log("Pick a number, any number!");
Debug.Log("Well, not any number. The highest number you can choose is " + max + ".");
Debug.Log("The lowest number you can choose is: " + min + ". Kind of restrictive, right?");
Debug.Log("Anyway, tell me if your number is higher or lower than " + guess);
Debug.Log("Up = Higher, Down = Lower, Enter = Correct");

Debug.Log("Welcome to Number Wizard, from the two big strong guys ");
Debug.Log(“Pick a number ,don’t tell me what it is…”);
Debug.Log("the highist number you can pick is : " + max);
Debug.Log("the lowest number you can pick is : " + min);
Debug.Log("Tell me if your number is higher or lower than: " + guess);
Debug.Log(“Push up = Higher , Push Down = Lower, Push Enter = Correct”);
max = max + 1;

Privacy & Terms