Welcome to my little game called Number Wizard

Debug.Log(“Welcome to my little game called Number Wizard”);
Debug.Log(“Please choose a number”);
Debug.Log("Between: " + max);
Debug.Log(“and:” + min);
Debug.Log(“Tell me if your numer is higher or lower than:” + guess);
Debug.Log(“Push the Up arrow if my guess is higher than your number. The Down arrow if my guess is lower than your numer. Or Enter if my guess is correct”);
max = max + 1;

1 Like

Privacy & Terms