Greetings

Debug.Log("You have entered NumberWizard!  Prepare to have your mind blown :)");
Debug.Log("Please pick  your absolute most favoritest number! You cant tell me what it is tho.");
Debug.Log("The highest number you may choose is dun dun dun dunnnnn......" + max);
Debug.Log("The lowest number you can choose is.... well " + min);
Debug.Log("Is your number higher or lower than " + guess);
Debug.Log("Push up = higher, Push down = lower, Push enter = Correct");
        max = max + 1;
1 Like

Hello There

Privacy & Terms