Greetings Young Wizard

So here it is, my personnel greeting :slight_smile:

Debug.Log(“Herzlich Wilkommen! You are playing now the Number Wizard”);
Debug.Log(“Please pick a number, but don’t you dare tell me what it is…”);
Debug.Log("The highest number you can pick is: " + max);
Debug.Log(“The lowest number you can choose is: " + min);
Debug.Log(“Tell me if your number is higher or lower than: " + guess);
Debug.Log(” Push Up means your number is higher, Push Down means it is lower than my guess. Push Enter if the number is correct”);
max = max + 1;

Privacy & Terms