Number Wizard Start()

void Start()
    {
        
        Debug.Log("Welcome to Number Wizard! You've come to the right place, m-hm!");
        Debug.Log("Pick a random number from " + min + " to " + max +  ", don't tell me what it is...");
        Debug.Log("Could it be " + guess + "? Is it?");
        Debug.Log("Press Up = Higher, Press Down = Lower, Press Enter = Correct");
        max = max + 1;

    }
1 Like

Looking good! :smiley:

1 Like

Privacy & Terms