Hello, I am the number wizard! I read minds

Hello, I am the number wizard! I read minds.

    Debug.Log("Hello, I am the number wizard! I read minds.");
    Debug.Log("Pick a number, don't tell me what it is..");
    Debug.Log("The Highest number you can choose is: " + max);
    Debug.Log("The Lowest number is: " + min);
    Debug.Log("I am now going to guess your number");
    Debug.Log("Is your number = 500!!");
    Debug.Log("No, than 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