An Indian Greeting

    Debug.Log("Namaste dear friend welcome to the NumberWizard game");
    Debug.Log("please pick a number from  " + min + "  to  " + max);
    Debug.Log("Now i will try to guess the number you picked.");
    Debug.Log ("If my guess is correct please press Enter.");
    Debug.Log("Else if it is lower press the Down arrow key.");
    Debug.Log("Else if my guess is higher press the Up arrow key.");
    Debug.Log ("ok now let's begin... ");

Privacy & Terms