South African Greeting

    Debug.Log("Howzit guys, welcome to Number Wizard, a number guessing game");
    Debug.Log("Let's begin by choosing a number.");
    Debug.Log("Pick a number up to: " + maximum);
    Debug.Log("Now pick a number not lower than: " + minimum);
    Debug.Log("Was your number higher or lower than " + guess + "?");
    Debug.Log("Press the Up key if your number is higher");
    Debug.Log("Press the Down key is your number is lower");
    Debug.Log("Press Enter key if the guess is correct");

Privacy & Terms