Hello there from the USA

Debug.Log("Hello there! Ya’ll ready to play number wizard?! ");
Debug.Log("Pick your magic number ~~~~, don’t tell me! ");
Debug.Log("The highest number you can pick is: " + max);
Debug.Log("The Lowest number you can pick is: " + min);
Debug.Log("Is your number higher or lower than " + myGuess + “?” );
Debug.Log(“Push up if its Higher, Push Down if its Lower, Push Enter if my guess is your magic number”);

Privacy & Terms