Intro (Number wizard

{

    Debug.Log("welcome to Number Wizard it is me the great wizard from Indonesia");
    Debug.Log("want to see a magic");
    Debug.Log("just pick a number, and keep it on your head");
    Debug.Log("the highest number you can pick is " + max);
    Debug.Log("the lowest number you can pick is " + min);
    Debug.Log("tell me you number is higger than " + guess);
    Debug.Log("but not lower than " + min);
    Debug.Log("press = up if higger than " + guess);
    Debug.Log("press = down when is lower, press = enter when correct");
    max = max + 1; 
}
2 Likes

Great job with the intro! :clap:

Privacy & Terms