Debug.Log(“Namaste!! Welcome to Number Wizard !”);
Debug.Log(“Please pick a number, do not tell me what is that number.”);
Debug.Log("Highest number you can choose is: " + max);
Debug.Log("lowest number you can choose is: " + min);
Debug.Log("Tell me if you number is higher or lower than " + guess);
Debug.Log(“Push up = Higher , Push Down = Lower , Push Enter = Correct”);
max = max + 1;
1 Like