Here's my Welcome Code

		Debug.Log("Welcome to my little Number Wizard game.");
		Debug.Log("******************");
		Debug.Log("Pick a number between " + min + " and " +max);
		Debug.Log("******************");
		Debug.Log("Tell me if your number is higher for lower than " + guess);
		Debug.Log("******************");
		Debug.Log("Press UP = Higher, Press DOWN = Lower, Press ENTER = Correct");

1 Like

Privacy & Terms