Number Wizard Greeting

Debug.Log("Welcome to Number Wizard!");
Debug.Log("To play the game you should select a number between " + min + " and " + max);
Debug.Log("Tell me if your number is higher or lower than my guess");
Debug.Log("Push Up = Higher, Push Down = Lower, Push Enter = Correct");
Debug.Log("Is your number " + guess);

Privacy & Terms