Hey from Bahstin (Boston, Mass)

public class NumberWizard : MonoBehaviour

{

Copy to clipboard

 int max = 1000;

  int min = 1;

  int guess = 500;

// Start is called before the first frame update

void Start()

{

   

    Debug.Log("Hey Bro Welcome to Numbah Wizzud. Be sher to pahk ya cah befo attemptin this project");

    Debug.Log("Pick a number...and don't tell me what it is: ");

    Debug.Log("The highest number you can choose is: " + max);

    Debug.Log("The lowest number you can choose is: " + min);

    Debug.Log("Is your number higher or lower than 500?");

Privacy & Terms